mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:46:05 +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;
|
ERESOURCE HandleTableLock;
|
||||||
LIST_ENTRY HandleTableList;
|
LIST_ENTRY HandleTableList;
|
||||||
KEVENT HandleContentionEvent;
|
KEVENT HandleContentionEvent;
|
||||||
} HANDLE_TABLE, *PHANDLE_TABLE;
|
} HANDLE_TABLE;
|
||||||
|
|
||||||
#ifndef __USE_W32API
|
#ifndef __USE_W32API
|
||||||
|
|
||||||
|
typedef struct _HANDLE_TABLE *PHANDLE_TABLE;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FIXME: These will eventually become centerfold in the compliant Ob Manager
|
* 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
|
* For now, they are only here so Device Map is properly defined before the header
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue