define MIM_STYLE and MNS_CHECKORBMP for mingw32 which doesn't have them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-06-08 13:56:45 +00:00
parent a88b0a6881
commit ec4b529041

View File

@@ -62,6 +62,13 @@
// other standard headers
#include <string.h>
#ifndef MNS_CHECKORBMP
#define MNS_CHECKORBMP 0x04000000
#endif
#ifndef MIM_STYLE
#define MIM_STYLE 0x00000010
#endif
// ----------------------------------------------------------------------------
// global variables
// ----------------------------------------------------------------------------