]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/main.cpp
switching to newer API
[wxWidgets.git] / src / msw / main.cpp
index 4e89e478d080f2cf1242f123fcb922f1d27df307..00728f40fdf22709d86da3649301c515f73effc9 100644 (file)
@@ -26,9 +26,9 @@
 
 #ifndef WX_PRECOMP
     #include "wx/event.h"
+    #include "wx/app.h"
 #endif //WX_PRECOMP
 
-#include "wx/app.h"
 #include "wx/cmdline.h"
 #include "wx/scopeguard.h"
 
@@ -247,7 +247,7 @@ static bool wxIsUnicodeAvailable()
 {
     static const wchar_t *ERROR_STRING = L"wxWidgets Fatal Error";
 
-    if ( wxGetOsVersion() != wxWINDOWS_NT )
+    if ( wxGetOsVersion() != wxOS_WINDOWS_NT )
     {
         // we need to be built with MSLU support
 #if !wxUSE_UNICODE_MSLU