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