]> git.saurik.com Git - wxWidgets.git/commitdiff
ensure that _WIN32_IE is defined to max value before including commctrl.h, otherwise...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Feb 2005 01:31:26 +0000 (01:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Feb 2005 01:31:26 +0000 (01:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/spinbutt.cpp

index 605f71563710f1a74eacd2d245530e70f4a6d863..09b3f0acc9d9b4420c0e58940d1fd2ac67ac9da0 100644 (file)
 
 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
 
 
 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
 
-#if defined(__WIN95__)
-
 #include "wx/msw/private.h"
 #include "wx/msw/private.h"
-
-#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
-    #include <commctrl.h>
-#endif
+#include "wx/msw/wrapcctl.h"
 
 // ============================================================================
 // implementation
 
 // ============================================================================
 // implementation
@@ -319,6 +314,4 @@ bool wxSpinButton::MSWCommand(WXUINT WXUNUSED(cmd), WXWORD WXUNUSED(id))
     return false;
 }
 
     return false;
 }
 
-#endif // __WIN95__
-
 #endif // wxUSE_SPINBTN
 #endif // wxUSE_SPINBTN