]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
Stupid timeout bug fixed
[wxWidgets.git] / src / common / string.cpp
index ed777353a7e37d8cc35e9183dc453a3f34b63b16..8b83cf17fc8767d3bd6066b61931ee4c77bf3f21 100644 (file)
@@ -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