]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
fixes for non precompiled headers
[wxWidgets.git] / src / msw / utils.cpp
index 1659a50bc7b22847bfa261112dfe27da573684e7..6eff2fe2536ba5dd69c0e892bed5b628376b47c5 100644 (file)
@@ -25,6 +25,7 @@
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/missing.h"     // CHARSET_HANGUL
     #include "wx/utils.h"
     #include "wx/app.h"
     #include "wx/intl.h"
@@ -41,7 +42,6 @@
 #include "wx/confbase.h"        // for wxExpandEnvVars()
 
 #include "wx/msw/private.h"     // includes <windows.h>
-#include "wx/msw/missing.h"     // CHARSET_HANGUL
 
 #if defined(__CYGWIN__)
     //CYGWIN gives annoying warning about runtime stuff if we don't do this