From 43d5d0b2f059ad118e1864fb6f2042d13ee4e36a Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Tue, 14 Dec 1999 18:44:38 +0000 Subject: [PATCH] used proper type pointer instead of PVOID svn path=/trunk/; revision=873 --- reactos/include/ddk/pstypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ddk/pstypes.h b/reactos/include/ddk/pstypes.h index fbb5bfc04f2..480d6d2c363 100644 --- a/reactos/include/ddk/pstypes.h +++ b/reactos/include/ddk/pstypes.h @@ -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;