X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c264b23adf380bf9262b96dd8df3ed78fda74cd..e8f4c5840691b5e27543c5e31a410606b0a4cc6c:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index ed777353a7..8b83cf17fc 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -107,7 +107,7 @@ extern const wxChar WXDLLEXPORT *wxEmptyString = &g_strEmpty.dummy; // function wxVsnprintfA (A for ANSI), should also find one for Unicode // strings in Unicode build #ifdef __WXMSW__ - #if defined(__VISUALC__) || defined(wxUSE_NORLANDER_HEADERS) + #if (defined(__VISUALC__) || defined(wxUSE_NORLANDER_HEADERS)) && !defined(__MINGW32__) #define wxVsnprintfA _vsnprintf #endif #else // !Windows