X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b39dbf34b887a73c525da903d8599f4f6b7eb8f9..8a12f92d0d10a463f202c545a785a84b88b0c4a9:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index d9aea207ec..5d0bdd3895 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -169,10 +169,27 @@ */ #define HAVE_CONST_CAST 1 +/* + * Define if your compiler has std::wstring + */ +/* #unfine HAVE_STD_WSTRING */ +/* + * Define if your compiler has compilant std::string::compare + */ +/* #undef HAVE_STD_STRING_COMPARE */ + +/* + * use STL for containers and wxString + */ +#define wxUSE_STL 0 /* * Use regex support */ #define wxUSE_REGEX 0 +/* + * Use XML support + */ +#define wxUSE_XML 1 /* * Use zlib */ @@ -225,6 +242,9 @@ */ #define wxUSE_NOGUI 0 +#define wxUSE_BASE 1 +#define __WXBASE__ 1 + /* * Catch fatal program exceptions */ @@ -679,6 +699,17 @@ */ #define wxUSE_UNICODE_MSLU 0 +/* + * Set to 1 to compile MS Windows XP theme engine support + */ +/* #define wxUSE_UXTHEME 1 */ + +/* + * Set to 1 to auto-adapt to MS Windows XP themes where possible + * (notably, wxNotebook pages) + */ +/* #define wxUSE_UXTHEME_AUTO 1*/ + /* * Use wxURL class */ @@ -1157,6 +1188,9 @@ /* Define if you have the header file (mingw,cygwin). */ #undef HAVE_W32API_H +/* Define if you have the header file. */ +/* #undef HAVE_ESD_H */ + /* Define if you have wcsrtombs() function */ #define HAVE_WCSRTOMBS 1