]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for djgpp
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 22 Apr 2005 13:23:47 +0000 (13:23 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 22 Apr 2005 13:23:47 +0000 (13:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/string.cpp

index efc76beea912f3138dfa4a5cac515d2f44810c8d..779beaee430cb125adcf14aed77aa052e3cfc7d5 100644 (file)
@@ -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__))