mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fixed typedef.
svn path=/trunk/; revision=656
This commit is contained in:
parent
b779c01fb6
commit
70f14aa73f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue