X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6804a3f7197d4720e4c2fc812af2ae364986c07b..ee6eb8d8ca94f53b78d89494210f1587d6707580:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index e023e9b334..37708a725d 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -148,7 +148,7 @@ #endif /* enable rich edit under Win32 */ -#if defined(__WIN95__) && !defined(__TWIN32__) && !defined(__GNUWIN32_OLD__) +#if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__) #define wxUSE_RICHEDIT 1 #else #define wxUSE_RICHEDIT 0 @@ -169,6 +169,10 @@ */ #define HAVE_CONST_CAST 1 +/* + * use STL for containers and wxString + */ +#define wxUSE_STL 0 /* * Use regex support */ @@ -225,6 +229,9 @@ */ #define wxUSE_NOGUI 0 +#define wxUSE_BASE 1 +#define __WXBASE__ 1 + /* * Catch fatal program exceptions */