X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cc4f822d37f6546c5b00c341b2eecbaca5054b2..e9e23cb531e6967b6262c2cacf17fb53eb622193:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 0530b8a7b4..5494c52ad1 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -582,6 +582,9 @@ * Use wxTextFile class */ #define wxUSE_TEXTFILE 1 + +#define wxUSE_EXCEPTIONS 0 + /* * Use log classes and logging functions */ @@ -681,7 +684,7 @@ #define wxUSE_WCHAR_T 1 /* - * Compile wxWindows in Unicode mode (Win32 only for now)? + * Compile wxWindows in Unicode mode? */ #define wxUSE_UNICODE 0 @@ -800,6 +803,10 @@ * Use MS HTML Help controller (win32) */ #define wxUSE_MS_HTML_HELP 0 +/* + * Use MS HTML Help via libmspack (Unix) + */ +#define wxUSE_LIBMSPACK 1 /* * Use iostream.h rather than iostream @@ -890,6 +897,11 @@ */ #define wxUSE_ZIPSTREAM 1 +/* + * Use gzip streams, requires wxUSE_ZLIB + */ +#define wxUSE_GZSTREAM 1 + /* * wxPalette class */