[ros-diffs] [hpoussin] 30237: Set SysThreadCreated to TRUE when possible (used in DisplayBootBitmap() function)

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Wed Nov 7 09:20:06 CET 2007


Author: hpoussin
Date: Wed Nov  7 11:20:06 2007
New Revision: 30237

URL: http://svn.reactos.org/svn/reactos?rev=30237&view=rev
Log:
Set SysThreadCreated to TRUE when possible (used in DisplayBootBitmap() function)

Modified:
    trunk/reactos/ntoskrnl/ps/psmgr.c

Modified: trunk/reactos/ntoskrnl/ps/psmgr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ps/psmgr.c?rev=30237&r1=30236&r2=30237&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ps/psmgr.c (original)
+++ trunk/reactos/ntoskrnl/ps/psmgr.c Wed Nov  7 11:20:06 2007
@@ -13,6 +13,7 @@
 #include <internal/debug.h>
 
 extern ULONG ExpInitializationPhase;
+extern BOOLEAN SysThreadCreated;
 
 GENERIC_MAPPING PspProcessMapping =
 {
@@ -581,6 +582,7 @@
                               (PVOID*)&SysThread,
                               NULL);
     ZwClose(SysThreadHandle);
+    SysThreadCreated = TRUE;
 
     /* Return success */
     return TRUE;




More information about the Ros-diffs mailing list