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