]> git.saurik.com Git - wxWidgets.git/commitdiff
correct the test for Windows platform (this also fixes unit test failures in FormatCo...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Mar 2009 16:34:49 +0000 (16:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Mar 2009 16:34:49 +0000 (16:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/strvararg.cpp

index 32775972bd5b2c570709d6778ef54058a87e0673..e89bdf35b593a78c80ec5a95ccf6a3776a20c961 100644 (file)
@@ -373,9 +373,7 @@ private:
     size_t m_nCopied;
 };
 
     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>
 
 // on Windows, we should use %s and %c regardless of the build:
 class wxPrintfFormatConverterWchar : public wxFormatConverterBase<wchar_t>