]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gauge95.cpp
Compilaton fixes.
[wxWidgets.git] / src / msw / gauge95.cpp
index 62d859382690f9fe14d22a81f6c832905ed5f0d7..7df84ca373ef2aaf0e231bc7f79c95f6cb45435a 100644 (file)
@@ -37,7 +37,7 @@
 #include "wx/msw/gauge95.h"
 #include "wx/msw/private.h"
 
-#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__))
+#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
     #include <commctrl.h>
 #endif