]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gauge95.cpp
removed unneeded include from the header
[wxWidgets.git] / src / msw / gauge95.cpp
index e171056ef1cc5a63b7d72c756552271f5fd922d1..efcb6da2979c6d0a0a3370531bc80735a19a1337 100644 (file)
@@ -37,7 +37,7 @@
 #include "wx/msw/gauge95.h"
 #include "wx/msw/private.h"
 
-#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) || defined(__TWIN32__))
+#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__))
     #include <commctrl.h>
 #endif