mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[KERNEL32]
Fix another bug in CreateProcessInternalW. svn path=/branches/ntvdm/; revision=62440
This commit is contained in:
@@ -3966,6 +3966,8 @@ StartScan:
|
||||
&VdmWaitObject,
|
||||
VdmTask,
|
||||
VdmBinaryType);
|
||||
|
||||
if (!Result)
|
||||
{
|
||||
/* Bail out on failure */
|
||||
DPRINT1("Failed to update VDM with wait object\n");
|
||||
|
||||
Reference in New Issue
Block a user