OpenWatcom >= 1.2 has __VA_ARGS__

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-04-29 10:28:22 +00:00
parent 82e77a8027
commit 37db38bc52

View File

@@ -434,6 +434,12 @@ typedef int wxWindowID;
#endif /* va_copy/!va_copy */ #endif /* va_copy/!va_copy */
#endif /* wxVaCopy */ #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 */ /* portable calling conventions macros */