For ShellExecuteExA we need to copy out the hProcess value from the W

structure.
This commit is contained in:
Aric Stewart 2005-03-17 20:50:53 +00:00 committed by Alexandre Julliard
parent be84f8d9e6
commit 984931bd09
1 changed files with 3 additions and 0 deletions

View File

@ -1398,6 +1398,9 @@ BOOL WINAPI ShellExecuteExA (LPSHELLEXECUTEINFOA sei)
sei->hInstApp = seiW.hInstApp;
if (sei->fMask & SEE_MASK_NOCLOSEPROCESS)
sei->hProcess = seiW.hProcess;
if (wVerb) SHFree(wVerb);
if (wFile) SHFree(wFile);
if (wParameters) SHFree(wParameters);