X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cbff1201aa47e2b73ec90a97886f18e88270ea6..aba4387c4c71fb812c6a07a7abb495606c5ef4af:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index d398e60385..821cfbf955 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -386,6 +386,19 @@ // 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 + +// wxWave class +#define wxUSE_WAVE 1 + // ---------------------------------------------------------------------------- // Individual GUI controls // ----------------------------------------------------------------------------