X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b39dbf34b887a73c525da903d8599f4f6b7eb8f9..9c13e5ef23356950168c01bd39563b74a46a785e:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index d9aea207ec..37708a725d 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -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 */