sync with trunk r46493
[reactos.git] / subsystems / win32 / win32k / include / menu.h
index a9ad71e..94d7106 100644 (file)
@@ -23,7 +23,7 @@ typedef struct _MENU_ITEM
   UNICODE_STRING Text;
   HBITMAP hbmpItem;
   RECTL Rect;
-  UINT XTab;
+  UINT dxTab;
 } MENU_ITEM, *PMENU_ITEM;
 
 typedef struct _MENU_OBJECT