From: Václav Slavík Date: Wed, 22 Aug 2007 19:07:00 +0000 (+0000) Subject: another Watcom compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ed12c5a22c2c659357e6eaad4a1e267e35141848 another Watcom compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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