]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
added wxLstat() (one of patches from bug 1052385)
[wxWidgets.git] / src / msw / textctrl.cpp
index 4f698250278bad841bc09d9d5a6dffdfb5f79868..973f77d2831af0f4c4b983790d26ff97f8da5300 100644 (file)
@@ -27,7 +27,6 @@
 #if wxUSE_TEXTCTRL && !(defined(__SMARTPHONE__) && defined(__WXWINCE__))
 
 #ifndef WX_PRECOMP
-    #include "wx/msw/missing.h"
     #include "wx/textctrl.h"
     #include "wx/settings.h"
     #include "wx/brush.h"
@@ -74,6 +73,8 @@
 
 #endif // wxUSE_RICHEDIT
 
+#include "wx/msw/missing.h"
+
 // ----------------------------------------------------------------------------
 // private classes
 // ----------------------------------------------------------------------------