From 368bb6629314982118d25b79aeeddd4a82a36d44 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 16 Apr 2005 17:13:14 +0000 Subject: [PATCH] No EOVERFLOW on openbsd git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/string.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/string.cpp b/src/common/string.cpp index 17c9019e5e..efc76beea9 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -1846,6 +1846,7 @@ int wxString::PrintfV(const wxChar* pszFormat, va_list argptr) // not OS/2 (not Innotek libc). #if !defined(__WXMSW__) && \ !defined(__WXPALMOS__) && \ + !defined(__OpenBSD__) && \ !defined( __VMS ) && \ !(defined(__WXMAC__) && !defined(__WXMAC_OSX__)) && \ !(defined(__EMX__) && !defined(__INNOTEK_LIBC__)) -- 2.45.2