X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3858bf5614fae70f1cdc11e5f187691ef2a4c4a..833a51f67ec2cb68649cf4cd2fe46456fc1752b6:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 5d0bdd3895..e85b6d24c4 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -210,6 +210,7 @@ * Use iODBC */ #define wxUSE_ODBC 1 +#define wxUSE_BUILTIN_IODBC 0 #define wxODBC_FWD_ONLY_CURSORS 1 #define wxODBC_BACKWARD_COMPATABILITY 0 /* @@ -454,6 +455,7 @@ * Use this control */ #define wxUSE_NOTEBOOK 1 +#define wxUSE_LISTBOOK 1 /* * Use this control */ @@ -531,17 +533,6 @@ */ #define wxUSE_TOOLBAR_NATIVE 1 -/* - * Use generic wxToolBar instead of/together with the native one? - */ -#define wxUSE_TOOLBAR_SIMPLE 1 - -#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__) - #if wxUSE_TOOLBAR - #define wxUSE_BUTTONBAR 1 - #endif -#endif - /* * Use wxTreeLayout class */ @@ -591,6 +582,9 @@ * Use wxTextFile class */ #define wxUSE_TEXTFILE 1 + +#define wxUSE_EXCEPTIONS 0 + /* * Use log classes and logging functions */ @@ -819,10 +813,6 @@ */ #define wxUSE_APPLE_IEEE 0 -/* - * Compatibility with 2.0 API. - */ -#define WXWIN_COMPATIBILITY_2 1 /* * Compatibility with 2.2 API */ @@ -903,6 +893,11 @@ */ #define wxUSE_ZIPSTREAM 1 +/* + * Use gzip streams, requires wxUSE_ZLIB + */ +#define wxUSE_GZSTREAM 1 + /* * wxPalette class */