]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toplevel.cpp
added stock menu items support
[wxWidgets.git] / src / msw / toplevel.cpp
index 17ba69beda27d031f450760417b65a01f9eb379f..a4dd69467261b7e997f2de2987981779c615d908 100644 (file)
@@ -1086,7 +1086,7 @@ bool wxTopLevelWindowMSW::CanSetTransparent()
     if (os_type == -1)
         os_type = ::wxGetOsVersion(&ver_major);
 
-    return (os_type == wxWINDOWS_NT && ver_major >= 5);
+    return (os_type == wxOS_WINDOWS_NT && ver_major >= 5);
 }
 
 // ----------------------------------------------------------------------------