mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix build
svn path=/trunk/; revision=33999
This commit is contained in:
@@ -40,6 +40,8 @@ PSECTION_OBJECT GlobalUserHeapSection = NULL;
|
||||
|
||||
PSERVERINFO gpsi = NULL; // Global User Server Information.
|
||||
|
||||
HSEMAPHORE hsemDriverMgmt = NULL;
|
||||
|
||||
extern ULONG_PTR Win32kSSDT[];
|
||||
extern UCHAR Win32kSSPT[];
|
||||
extern ULONG Win32kNumberOfSysCalls;
|
||||
@@ -410,6 +412,8 @@ DriverEntry (
|
||||
/* Initialize a list of loaded drivers in Win32 subsystem */
|
||||
InitializeListHead(&GlobalDriverListHead);
|
||||
|
||||
if(!hsemDriverMgmt) hsemDriverMgmt = EngCreateSemaphore();
|
||||
|
||||
Status = InitUserImpl();
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user