]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinbutt.cpp
Also set GTK text direction to m_wxwindow.
[wxWidgets.git] / src / msw / spinbutt.cpp
index 43141278d6fbfd16cd23a0426d31ef57a9a094db..d4e20e76a544cf62dc4755bccb4bedc1c0a12bb2 100644 (file)
@@ -25,6 +25,7 @@
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/app.h"
 #endif
 
@@ -35,7 +36,6 @@
 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
 
 #include "wx/msw/private.h"
-#include "wx/msw/wrapcctl.h"
 
 #ifndef UDM_SETRANGE32
     #define UDM_SETRANGE32 (WM_USER+111)