mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
used proper type pointer instead of PVOID
svn path=/trunk/; revision=873
This commit is contained in:
parent
a409988b36
commit
43d5d0b2f0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue