- Fix probably one of the most devastating hidden ROS bugs currently in trunk. KWAIT_...
authorAlex Ionescu <aionescu@gmail.com>
Wed, 11 Jan 2006 20:16:29 +0000 (20:16 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Wed, 11 Jan 2006 20:16:29 +0000 (20:16 +0000)
svn path=/trunk/; revision=20788

reactos/w32api/include/ddk/winddk.h

index d86452a..2d3ac42 100644 (file)
@@ -4118,7 +4118,8 @@ typedef struct _KWAIT_BLOCK {
   PVOID  Object;
   struct _KWAIT_BLOCK * RESTRICTED_POINTER  NextWaitBlock;
   USHORT  WaitKey;
-  USHORT  WaitType;
+  UCHAR WaitType;
+  UCHAR SpareByte;
 } KWAIT_BLOCK, *PKWAIT_BLOCK, *RESTRICTED_POINTER PRKWAIT_BLOCK;
 
 typedef struct _IO_REMOVE_LOCK_TRACKING_BLOCK * PIO_REMOVE_LOCK_TRACKING_BLOCK;