mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
Fixed typedef.
svn path=/trunk/; revision=656
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user