From 37db38bc526e78b62a5b42eda7379c20ffe64774 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 29 Apr 2007 10:28:22 +0000 Subject: [PATCH] OpenWatcom >= 1.2 has __VA_ARGS__ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/wx/defs.h b/include/wx/defs.h index 75191a57e5..96ca1b6d9f 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -434,6 +434,12 @@ typedef int wxWindowID; #endif /* va_copy/!va_copy */ #endif /* wxVaCopy */ +#ifndef HAVE_VARIADIC_MACROS + #if wxCHECK_WATCOM_VERSION(1,2) + #define HAVE_VARIADIC_MACROS + #endif +#endif /* HAVE_VARIADIC_MACROS */ + /* ---------------------------------------------------------------------------- */ /* portable calling conventions macros */ -- 2.50.0