- Fix probably one of the most devastating hidden ROS bugs currently in trunk. KWAIT_...
[reactos.git] / 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;