X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cbff1201aa47e2b73ec90a97886f18e88270ea6..61b50a43aaaf29fe9c2f848958adafc496439123:/include/wx/mac/setup.h diff --git a/include/wx/mac/setup.h b/include/wx/mac/setup.h index a9ca4ee1bc..c15639c854 100644 --- a/include/wx/mac/setup.h +++ b/include/wx/mac/setup.h @@ -368,6 +368,16 @@ // wxSystemOptions class #define wxUSE_SYSTEM_OPTIONS 1 +// Support for regular expression matching via wxRegEx class: enable this to +// use POSIX regular expressions in your code. You need to compile regex +// library from src/regex to use it under Windows. +// +// Default is 0 +// +// Recommended setting: 1 if your compiler supports it, if it doesn't please +// contribute us a makefile for src/regex for it +#define wxUSE_REGEX 0 + // ---------------------------------------------------------------------------- // Individual GUI controls // ----------------------------------------------------------------------------