added tests for va_copy and va_list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-10-02 18:33:34 +00:00
parent d85cfb3784
commit 8fa53e0eee
3 changed files with 79 additions and 0 deletions

View File

@@ -182,6 +182,16 @@
*/
#define HAVE_STATIC_CAST 1
/*
* Define if your compiler has C99 va_copy
*/
#undef HAVE_VA_COPY
/*
* Define if va_list type is an array
*/
#undef VA_LIST_IS_ARRAY
/*
* Define if your compiler has std::wstring
*/