X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11c2b0413acb18377d6a641b76941b3e6f7e2475..57cc93eb59cc89992eb136015979effbaa0dd43e:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index cc24179174..b014a90b88 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -566,6 +566,14 @@ // possible in which case setting this to 0 can gain up to 100KB. #define wxUSE_VARIANT 1 +// Support for wxAny class, the successor for wxVariant. +// +// Default is 1. +// +// Recommended setting: 1 unless you want to reduce the library size by a small amount, +// or your compiler cannot for some reason cope with complexity of templates used. +#define wxUSE_ANY 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.