X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb2ce9356eef5ace6b04aeacf9a78108bce7e318..36b52591b51e425b57f60e1cbed9a51d2f5767d9:/src/common/strvararg.cpp diff --git a/src/common/strvararg.cpp b/src/common/strvararg.cpp index f70593c0c5..a4c2256dfb 100644 --- a/src/common/strvararg.cpp +++ b/src/common/strvararg.cpp @@ -375,7 +375,7 @@ private: size_t m_nCopied; }; -#ifdef __WINDOWS__ +#if defined(__WINDOWS__) && !defined(__CYGWIN__) // on Windows, we should use %s and %c regardless of the build: class wxPrintfFormatConverterWchar : public wxFormatConverterBase