]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strvararg.cpp
Applied #13738: Make a wxRichTextImage's box display around the image (dghart)
[wxWidgets.git] / src / common / strvararg.cpp
index f70593c0c5183065394b37c189eb5a3c6f6375d0..a4c2256dfb474ac44d40fa4c977ecc5288a4d1e3 100644 (file)
@@ -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<wchar_t>