Fixed typedef.

svn path=/trunk/; revision=656
This commit is contained in:
Eric Kohl 1999-09-11 00:07:20 +00:00
parent b779c01fb6
commit 70f14aa73f

View file

@ -23,7 +23,7 @@ typedef VOID (*PKKERNEL_ROUTINE)(struct _KAPC* Apc,
typedef VOID (*PKRUNDOWN_ROUTINE)(struct _KAPC* Apc);
typedef struct
typedef struct _KWAIT_BLOCK
/*
* PURPOSE: Object describing the wait a thread is currently performing
*/