1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-08-27 10:43:22 +00:00

used proper type pointer instead of PVOID

svn path=/trunk/; revision=873
This commit is contained in:
Phillip Susi 1999-12-14 18:44:38 +00:00
commit 43d5d0b2f0

View file

@ -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;