Added MNS_ defines for MenuInfo dwStyle. Misc Wine Menu porting.
Modified: trunk/reactos/w32api/include/winuser.h

Modified: trunk/reactos/w32api/include/winuser.h
--- trunk/reactos/w32api/include/winuser.h	2005-07-06 22:49:08 UTC (rev 16475)
+++ trunk/reactos/w32api/include/winuser.h	2005-07-07 00:21:21 UTC (rev 16476)
@@ -689,6 +689,12 @@
 #define MFS_HILITE 128
 #define MFS_UNCHECKED 0
 #define MFS_UNHILITE 0
+#define MNS_NOCHECK 0x80000000
+#define MNS_MODELESS 0x40000000
+#define MNS_DRAGDROP 0x20000000
+#define MNS_AUTODISMISS 0x10000000
+#define MNS_NOTIFYBYPOS 0x08000000
+#define MNS_CHECKORBMP 0x04000000
 #define GW_HWNDNEXT 2
 #define GW_HWNDPREV 3
 #define GW_CHILD 5