]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/strings/vararg.cpp
Fix regression with wxHTML table elements background handling.
[wxWidgets.git] / tests / strings / vararg.cpp
index 14fb85ff9483994036231c877283ccec06053e33..df44cffffa630f6014f4611449822d057aae04e8 100644 (file)
@@ -272,7 +272,7 @@ void VarArgTestCase::ArgsValidation()
 
     // check size_t handling
     size_t len = sizeof(*this);
-#ifdef __WXMSW__
+#ifdef __WINDOWS__
     wxString::Format("%Iu", len);
 #else
     wxString::Format("%zu", len);