mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Use the locally modified StartupInfo, instead of the one the caller gave us
svn path=/trunk/; revision=23407
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user