]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
corrected use of Print Manager Session APIs for Carbon targets
[wxWidgets.git] / src / msw / control.cpp
index 689ed8f972b167afd21ecf735550a9a61b9650a7..7a3c2e5828d4dd2977638c611b6d545dcc48e199 100644 (file)
@@ -31,7 +31,7 @@
 
 #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