Set SysThreadCreated to TRUE when possible (used in DisplayBootBitmap() function)

svn path=/trunk/; revision=30237
This commit is contained in:
Hervé Poussineau 2007-11-07 08:20:06 +00:00
parent a221ab29d5
commit 9a65b6cbc0

View file

@ -13,6 +13,7 @@
#include <internal/debug.h>
extern ULONG ExpInitializationPhase;
extern BOOLEAN SysThreadCreated;
GENERIC_MAPPING PspProcessMapping =
{
@ -581,6 +582,7 @@ PspInitPhase0(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
(PVOID*)&SysThread,
NULL);
ZwClose(SysThreadHandle);
SysThreadCreated = TRUE;
/* Return success */
return TRUE;