mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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;
|
ULONG WaitMode;
|
||||||
UCHAR WaitNext;
|
UCHAR WaitNext;
|
||||||
UCHAR WaitReason;
|
UCHAR WaitReason;
|
||||||
PVOID WaitBlockList;
|
PKWAIT_BLOCK WaitBlockList;
|
||||||
LIST_ENTRY WaitListEntry;
|
LIST_ENTRY WaitListEntry;
|
||||||
ULONG WaitTime;
|
ULONG WaitTime;
|
||||||
KPRIORITY BasePriority;
|
KPRIORITY BasePriority;
|
||||||
|
|
Loading…
Reference in a new issue