X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f242653114d93920f01390320bc69923a8f2c3d9..ab73fe8d1dc54cb83e3a18868db770c96760fbb6:/src/msw/toplevel.cpp 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); } // ----------------------------------------------------------------------------