]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
include wx/crt.h needed for wxFprintf() (closes #9509)
[wxWidgets.git] / src / msw / utils.cpp
index baffd0fc976af6850bd904285f10ac304a535b92..7d99de260ffbaa0dc0b3425e39dc3cfa9d2c95a7 100644 (file)
@@ -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
                                 // 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);
                                 {
                                     str.Printf(_("Windows Server 2003 (build %lu"),
                                                info.dwBuildNumber);