X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f242653114d93920f01390320bc69923a8f2c3d9..f8a139493553049e0b92db4bbee11deb33093ee3:/src/msw/toplevel.cpp?ds=sidebyside diff --git a/src/msw/toplevel.cpp b/src/msw/toplevel.cpp index 17ba69beda..a4dd694672 100644 --- a/src/msw/toplevel.cpp +++ b/src/msw/toplevel.cpp @@ -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); } // ----------------------------------------------------------------------------