Move fallback BS_TYPEMASK definition to wx/msw/missing.h

It can be useful in source files other than src/msw/control.cpp too.
This commit is contained in:
Vadim Zeitlin
2017-12-10 02:24:13 +01:00
parent badf6bc300
commit 588ae3744c
2 changed files with 7 additions and 6 deletions

View File

@@ -141,6 +141,11 @@
#define QS_ALLPOSTMESSAGE 0
#endif
// Missing from MinGW 4.8 SDK headers.
#ifndef BS_TYPEMASK
#define BS_TYPEMASK 0xf
#endif
// ----------------------------------------------------------------------------
// menu stuff
// ----------------------------------------------------------------------------