From ed12c5a22c2c659357e6eaad4a1e267e35141848 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 22 Aug 2007 19:07:00 +0000 Subject: [PATCH] another Watcom compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wxcrtvararg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/wxcrtvararg.h b/include/wx/wxcrtvararg.h index 2f346da78e..8585479dd6 100644 --- a/include/wx/wxcrtvararg.h +++ b/include/wx/wxcrtvararg.h @@ -70,6 +70,10 @@ #undef HAVE_VSWPRINTF #endif +#if defined(__WATCOMC__) + #define HAVE_VSWPRINTF 1 +#endif + #if wxUSE_PRINTF_POS_PARAMS /* The systems where vsnprintf() supports positional parameters should -- 2.45.2