]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
Check for potentially NULL m_focus (Patch #1187992)
[wxWidgets.git] / src / common / string.cpp
index 17c9019e5eb19c4ea74654b5b3ebe9fe2dda364b..779beaee430cb125adcf14aed77aa052e3cfc7d5 100644 (file)
@@ -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__))