]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
More small fixes
[wxWidgets.git] / src / msw / tbar95.cpp
index 2f534d533d0afb6dd50bf66de8e582a38088f0d8..4ffad796938921f6ad15beca87d55c3419c65538 100644 (file)
 
 #ifndef __TWIN32__
 
 
 #ifndef __TWIN32__
 
-#ifdef __GNUWIN32_OLD__
-    #include "wx/msw/gnuwin32/extra.h"
-#else
+#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__))
     #include <commctrl.h>
     #include <commctrl.h>
+#else
+    #include "wx/msw/gnuwin32/extra.h"
 #endif
 
 #endif // __TWIN32__
 #endif
 
 #endif // __TWIN32__