X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e36a173933aaa81b28a27979c3748e8bc42ef88c..f312f981b5687ae96760f65ee53b2741909955cc:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 62e68e9d92..0108b6070b 100644 --- a/setup.h.in +++ b/setup.h.in @@ -409,6 +409,12 @@ #define wxUSE_VALIDATORS 0 +#ifdef __WXMSW__ +#define wxUSE_AUTOID_MANAGEMENT 0 +#else +#define wxUSE_AUTOID_MANAGEMENT 0 +#endif + #define wxUSE_COMMON_DIALOGS 0 @@ -582,6 +588,8 @@ #define wxUSE_OWNER_DRAWN 0 +#define wxUSE_TASKBARICON_BALLOONS 0 + #define wxUSE_UXTHEME 0 #define wxUSE_INKEDIT 0 @@ -593,11 +601,6 @@ #define wxUSE_CRASHREPORT 0 - - - -#define wxUSE_BITMAP_MESSAGE 0 - /* --- end MSW options --- */ /* @@ -1082,9 +1085,6 @@ /* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */ #undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE -/* Define if gtk_icon_size_lookup is missing from the GTK+ headers */ -#undef NEED_GTK_ICON_SIZE_LOOKUP - /* Define if you have Pango xft support */ #undef HAVE_PANGO_XFT