X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66930b351f32fb5df0a7016624815bb36d9ac5e1..4081eb6fe2de5eed5716459d09c8f4bed8eda92d:/src/msw/utils.cpp?ds=sidebyside diff --git a/src/msw/utils.cpp b/src/msw/utils.cpp index baffd0fc97..7d99de260f 100644 --- a/src/msw/utils.cpp +++ b/src/msw/utils.cpp @@ -1180,7 +1180,7 @@ wxString wxGetOsDescription() // we can't distinguish between XP 64 and 2003 // as they both are 5.2, so examine the product // type to resolve this ambiguity - if ( wxIsWindowsServer() == true ) + if ( wxIsWindowsServer() == 1 ) { str.Printf(_("Windows Server 2003 (build %lu"), info.dwBuildNumber);