fixed HANDLE_TABLE structure Modified: trunk/reactos/include/ntos/obtypes.h _____
Modified: trunk/reactos/include/ntos/obtypes.h --- trunk/reactos/include/ntos/obtypes.h 2005-03-13 18:08:10 UTC (rev 14020) +++ trunk/reactos/include/ntos/obtypes.h 2005-03-13 18:39:38 UTC (rev 14021) @@ -119,10 +119,12 @@
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