]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/radiobox.cpp
corrected use of Print Manager Session APIs for Carbon targets
[wxWidgets.git] / src / msw / radiobox.cpp
index a89956a5ca832a95f2f85f32063d708596fbc78c..0310b8c887cc1f85627fe41844f5fa87a33b4f37 100644 (file)
@@ -39,7 +39,7 @@
 #include "wx/msw/private.h"
 
 #if wxUSE_TOOLTIPS
-    #ifndef __GNUWIN32_OLD__
+    #if !defined(__GNUWIN32_OLD__) || defined(__CYGWIN10__)
         #include <commctrl.h>
     #endif
     #include "wx/tooltip.h"