]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinbutt.cpp
added SetStatusText method (avoiding dc.Clear)
[wxWidgets.git] / src / msw / spinbutt.cpp
index 81734c8ee739bf4efbbfae269f9234cc80c56c9b..215abe2427ff117efdb10928f07f54a729de9713 100644 (file)
@@ -46,7 +46,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
 
 #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