]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TRANSPARENT (yet).
authorRon Lee <ron@debian.org>
Tue, 29 Jan 2002 22:30:57 +0000 (22:30 +0000)
committerRon Lee <ron@debian.org>
Tue, 29 Jan 2002 22:30:57 +0000 (22:30 +0000)
(also submitted to win32api maintainers).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/tbar95.cpp

index 0a8217a9ddfe82d0a1f5c37a79f1fc71a0158fea..af6e2fae7f481df2cf07e0171b1ac957931ad4c5 100644 (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