mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Follow up for Bug 395891 to fix compiling with the Win2K Server 2003 SP1 SDK
This commit is contained in:
parent
5d6bef81d3
commit
96df40e285
@ -1273,7 +1273,7 @@ int NS_main(int argc, NS_tchar **argv)
|
||||
SHELLEXECUTEINFO sinfo;
|
||||
memset(&sinfo, 0, sizeof(SHELLEXECUTEINFO));
|
||||
sinfo.cbSize = sizeof(SHELLEXECUTEINFO);
|
||||
sinfo.fMask = SEE_MASK_NOASYNC |
|
||||
sinfo.fMask = SEE_MASK_FLAG_DDEWAIT |
|
||||
SEE_MASK_FLAG_NO_UI |
|
||||
SEE_MASK_NOCLOSEPROCESS;
|
||||
sinfo.hwnd = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user