]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tooltip.cpp
More small fixes
[wxWidgets.git] / src / msw / tooltip.cpp
index 0dcc94f036857190f63644d007098592e20cb4ae..e8b34e7da0410736529b542dad0b65bd1c8f0c14 100644 (file)
@@ -32,7 +32,7 @@
 #include "wx/tooltip.h"
 #include "wx/msw/private.h"
 
-#if defined(__WIN95__) && (!defined(__GNUWIN32_OLD__) || defined(__MINGW32__))
+#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__))
     #include <commctrl.h>
 #endif