From 70f14aa73fedf75d81e86b3b7e7225ffaf889c04 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sat, 11 Sep 1999 00:07:20 +0000 Subject: [PATCH] Fixed typedef. svn path=/trunk/; revision=656 --- reactos/include/ddk/ketypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ddk/ketypes.h b/reactos/include/ddk/ketypes.h index 2ef9d375216..05ac6789037 100644 --- a/reactos/include/ddk/ketypes.h +++ b/reactos/include/ddk/ketypes.h @@ -23,7 +23,7 @@ typedef VOID (*PKKERNEL_ROUTINE)(struct _KAPC* Apc, typedef VOID (*PKRUNDOWN_ROUTINE)(struct _KAPC* Apc); -typedef struct +typedef struct _KWAIT_BLOCK /* * PURPOSE: Object describing the wait a thread is currently performing */