]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/main.cpp
Adding support for item font/style/color customization, unfortunately, it does not...
[wxWidgets.git] / src / msw / main.cpp
index 68061d70f3fdbfe2532b9dea3e62f6cc09b0be2d..00728f40fdf22709d86da3649301c515f73effc9 100644 (file)
@@ -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