fix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TRANSPARENT (yet).
(also submitted to win32api maintainers). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -94,6 +94,9 @@
|
||||
#ifndef TBSTYLE_FLAT
|
||||
#define TBSTYLE_LIST 0x1000
|
||||
#define TBSTYLE_FLAT 0x0800
|
||||
#endif
|
||||
|
||||
#ifndef TBSTYLE_TRANSPARENT
|
||||
#define TBSTYLE_TRANSPARENT 0x8000
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user