X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7220e45533526e25dad0740db2e10169ba7bf62b..dc0846f7450860a9f1fc24701ed754a95311f02f:/src/common/string.cpp?ds=sidebyside diff --git a/src/common/string.cpp b/src/common/string.cpp index 17c9019e5e..779beaee43 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -1846,6 +1846,8 @@ int wxString::PrintfV(const wxChar* pszFormat, va_list argptr) // not OS/2 (not Innotek libc). #if !defined(__WXMSW__) && \ !defined(__WXPALMOS__) && \ + !defined(__OpenBSD__) && \ + !defined(__DJGPP__) && \ !defined( __VMS ) && \ !(defined(__WXMAC__) && !defined(__WXMAC_OSX__)) && \ !(defined(__EMX__) && !defined(__INNOTEK_LIBC__))