]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notebook.cpp
more region tests
[wxWidgets.git] / src / msw / notebook.cpp
index 952ad27333a0bd584ebffe6dd45141774aad5e0b..ff201a3ec900125ddcd888cd6acc48d77ac39f81 100644 (file)
@@ -46,7 +46,7 @@
     #endif
 #endif
 
-#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) || defined(__TWIN32__))
+#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__))
     #include <commctrl.h>
 #endif