X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e2756feef7c684b276660c4044205f93e8f2c84..fa699cbaaf217af186cd04dd10d6ec67c8667136:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 75588db311..b5cc4e1eee 100644 --- a/setup.h.in +++ b/setup.h.in @@ -474,6 +474,8 @@ #define wxUSE_NOTIFICATION_MESSAGE 0 +#define wxUSE_PREFERENCES_EDITOR 0 + #define wxUSE_RICHTOOLTIP 0 #define wxUSE_SASH 0 @@ -711,6 +713,12 @@ */ #undef HAVE_VARIADIC_MACROS +/* + * Define if you don't want variadic macros to be used even if they are + * supported by the compiler. + */ +#undef wxNO_VARIADIC_MACROS + /* * Define if your compiler has std::wstring */