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:
Ron Lee 2002-01-29 22:30:57 +00:00
parent d74b838cf3
commit dd177170f6

View File

@ -94,6 +94,9 @@
#ifndef TBSTYLE_FLAT
#define TBSTYLE_LIST 0x1000
#define TBSTYLE_FLAT 0x0800
#endif
#ifndef TBSTYLE_TRANSPARENT
#define TBSTYLE_TRANSPARENT 0x8000
#endif