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
This commit is contained in:
Vadim Zeitlin
2009-03-27 16:34:49 +00:00
parent de4983f323
commit 43b282bd09

View File

@@ -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<wchar_t>