Use the locally modified StartupInfo, instead of the one the caller gave us

svn path=/trunk/; revision=23407
This commit is contained in:
Hervé Poussineau
2006-08-01 15:59:14 +00:00
parent e184a78b53
commit 963218942e
+3 -3
View File
@@ -988,7 +988,7 @@ GetAppName:
dwCreationFlags,
lpEnvironment,
lpCurrentDirectory,
lpStartupInfo,
&StartupInfo,
lpProcessInformation);
}
#endif
@@ -1059,7 +1059,7 @@ GetAppName:
dwCreationFlags,
lpEnvironment,
lpCurrentDirectory,
lpStartupInfo,
&StartupInfo,
lpProcessInformation);
default:
@@ -1278,7 +1278,7 @@ GetAppName:
QuotedCmdLine : lpCommandLine,
lpEnvironment,
EnvSize,
lpStartupInfo,
&StartupInfo,
dwCreationFlags,
bInheritHandles);