From 43b282bd095529e69f0bf7e7bd44888e4867257e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 27 Mar 2009 16:34:49 +0000 Subject: [PATCH] correct the test for Windows platform (this also fixes unit test failures in FormatConverterTestCase) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/strvararg.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/common/strvararg.cpp b/src/common/strvararg.cpp index 32775972bd..e89bdf35b5 100644 --- a/src/common/strvararg.cpp +++ b/src/common/strvararg.cpp @@ -373,9 +373,7 @@ private: size_t m_nCopied; }; - - -#ifdef __WINDOWS +#ifdef __WINDOWS__ // on Windows, we should use %s and %c regardless of the build: class wxPrintfFormatConverterWchar : public wxFormatConverterBase -- 2.45.2