]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
Use our own getters and properties for wxVisualAttributes
[wxWidgets.git] / src / msw / utils.cpp
index 7ded6a5d18e0e93e42f00ebe5008b9ee5ab16c17..4767b04cfb68724e9788a9c2dc97214b3b72b8c1 100644 (file)
@@ -25,7 +25,6 @@
 #endif
 
 #ifndef WX_PRECOMP
-    #include "wx/msw/missing.h"     // CHARSET_HANGUL
     #include "wx/utils.h"
     #include "wx/app.h"
     #include "wx/intl.h"
@@ -42,6 +41,7 @@
 #include "wx/confbase.h"        // for wxExpandEnvVars()
 
 #include "wx/msw/private.h"     // includes <windows.h>
+#include "wx/msw/missing.h"     // for CHARSET_HANGUL
 
 #if defined(__CYGWIN__)
     //CYGWIN gives annoying warning about runtime stuff if we don't do this