Follow up for Bug 395891 to fix compiling with the Win2K Server 2003 SP1 SDK

This commit is contained in:
Robert Strong 2008-06-24 10:45:24 -07:00
parent 3767f052a5
commit d5608962a8

View File

@ -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;