]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/strings/vararg.cpp
using terminate: terminates prematurely, OnExit is not called anymore
[wxWidgets.git] / tests / strings / vararg.cpp
index 14fb85ff9483994036231c877283ccec06053e33..d7bdcfe39441f55c4fd44eee0fe1abc2c9732040 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Test for wx vararg look-alike macros
 // Author:      Vaclav Slavik
 // Created:     2007-02-20
-// RCS-ID:      $Id$
 // Copyright:   (c) 2007 REA Elektronik GmbH
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -272,7 +271,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);