X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/368bb6629314982118d25b79aeeddd4a82a36d44..a6140a4c171601c75c8ab91e8c79bc7f28df8266:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index efc76beea9..779beaee43 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -1847,6 +1847,7 @@ int wxString::PrintfV(const wxChar* pszFormat, va_list argptr) #if !defined(__WXMSW__) && \ !defined(__WXPALMOS__) && \ !defined(__OpenBSD__) && \ + !defined(__DJGPP__) && \ !defined( __VMS ) && \ !(defined(__WXMAC__) && !defined(__WXMAC_OSX__)) && \ !(defined(__EMX__) && !defined(__INNOTEK_LIBC__))