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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user