X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dac5a9c997a9495fbad0e7663a67858ac6562413..2cc75628464855621a7ead1870520921f3763aac:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index d31a73ce39..6a4548d9d4 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -172,11 +172,26 @@ */ #define HAVE_CONST_CAST 1 +/* + * Define if your compiler supports reinterpret_cast<>() + */ +#define HAVE_REINTERPRET_CAST 1 + /* * Define if your compiler supports const_cast<>() */ #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 */ @@ -490,6 +505,7 @@ */ #define wxUSE_NOTEBOOK 1 #define wxUSE_LISTBOOK 1 +#define wxUSE_CHOICEBOOK 1 /* * Use this control */ @@ -927,6 +943,11 @@ */ #define wxUSE_HTML 1 +/* + * wxXRC + */ +#define wxUSE_XRC 1 + /* * wxWebKitCtrl */