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:
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user