]> git.saurik.com Git - wxWidgets.git/commitdiff
define MIM_STYLE and MNS_CHECKORBMP for mingw32 which doesn't have them
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 Jun 2005 13:56:45 +0000 (13:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 Jun 2005 13:56:45 +0000 (13:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/menu.cpp

index 462bea448b3ee9af24ba396146962ae3c76cd510..a4a350915f99e08f209232d5111ce9c06010f097 100644 (file)
 // other standard headers
 #include <string.h>
 
+#ifndef MNS_CHECKORBMP
+    #define MNS_CHECKORBMP 0x04000000
+#endif
+#ifndef MIM_STYLE
+    #define MIM_STYLE 0x00000010
+#endif
+
 // ----------------------------------------------------------------------------
 // global variables
 // ----------------------------------------------------------------------------