From: Vadim Zeitlin Date: Fri, 27 Mar 2009 16:34:49 +0000 (+0000) Subject: correct the test for Windows platform (this also fixes unit test failures in FormatCo... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/43b282bd095529e69f0bf7e7bd44888e4867257e?ds=inline 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 --- 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