X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4996f26121bacb8ce4dc4a0f00c638f6b6b802bb..0aa7fa9afdd1499d06b56bcff8adcd4adb6ca3f7:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index e533df83e8..30d52a5731 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -191,6 +191,12 @@ * Use regex support */ #define wxUSE_REGEX 0 +/* + * The built-in regex supports advanced REs in additional to POSIX's basic + * and extended. Your system regex probably won't support this, and in this + * case WX_NO_REGEX_ADVANCED should be defined. + */ +#undef WX_NO_REGEX_ADVANCED /* * Use XML support */