mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
fixed HANDLE_TABLE structure
svn path=/trunk/; revision=14021
This commit is contained in:
parent
3d00595df2
commit
b607cb6445
1 changed files with 3 additions and 1 deletions
|
@ -119,10 +119,12 @@ typedef struct _HANDLE_TABLE
|
|||
ERESOURCE HandleTableLock;
|
||||
LIST_ENTRY HandleTableList;
|
||||
KEVENT HandleContentionEvent;
|
||||
} HANDLE_TABLE, *PHANDLE_TABLE;
|
||||
} HANDLE_TABLE;
|
||||
|
||||
#ifndef __USE_W32API
|
||||
|
||||
typedef struct _HANDLE_TABLE *PHANDLE_TABLE;
|
||||
|
||||
/*
|
||||
* FIXME: These will eventually become centerfold in the compliant Ob Manager
|
||||
* For now, they are only here so Device Map is properly defined before the header
|
||||
|
|
Loading…
Reference in a new issue