X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c68273f974d3e5c5ba23ae43ce2d25a100388ff..dd16fdaeaaa5882bdf1ee7af8b2a64821c0680af:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index 3f8cfe19fd..cd934faa9e 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -113,7 +113,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)) && !defined(__MINGW32__) + #if defined(__VISUALC__) || wxUSE_NORLANDER_HEADERS #define wxVsnprintfA _vsnprintf #endif #else // !Windows