X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5da0ce7cb746318511b3974b7882c72c0de45e2..c0badae10089ea785072d739df817b1f5f05c088:/src/msw/main.cpp diff --git a/src/msw/main.cpp b/src/msw/main.cpp index 4e89e478d0..00728f40fd 100644 --- a/src/msw/main.cpp +++ b/src/msw/main.cpp @@ -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