]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinctrl.cpp
added common notebookbase source file
[wxWidgets.git] / src / msw / spinctrl.cpp
index e4cef9f9ac4ed6ec6661fce486bcd1142686808a..b06ff27e385b5be01003d16f5d76df2f4fca6a68 100644 (file)
@@ -40,7 +40,7 @@
 #include "wx/spinctrl.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