mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Set SysThreadCreated to TRUE when possible (used in DisplayBootBitmap() function)
svn path=/trunk/; revision=30237
This commit is contained in:
parent
a221ab29d5
commit
9a65b6cbc0
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue