mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
used proper type pointer instead of PVOID
svn path=/trunk/; revision=873
This commit is contained in:
@@ -186,7 +186,7 @@ typedef struct _KTHREAD
|
||||
ULONG WaitMode;
|
||||
UCHAR WaitNext;
|
||||
UCHAR WaitReason;
|
||||
PVOID WaitBlockList;
|
||||
PKWAIT_BLOCK WaitBlockList;
|
||||
LIST_ENTRY WaitListEntry;
|
||||
ULONG WaitTime;
|
||||
KPRIORITY BasePriority;
|
||||
|
||||
Reference in New Issue
Block a user