mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Set SysThreadCreated to TRUE when possible (used in DisplayBootBitmap() function)
svn path=/trunk/; revision=30237
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user