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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user