From 72cba11aa278d5a695747b2bd5b3bc4e8e341808 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 Apr 2015 14:30:23 +0200 Subject: [PATCH] Forcefully disable wxUSE_ADDREMOVECTRL in wxiOS build. wxUSE_ADDREMOVECTRL requires wxUSE_BMPBUTTON which is currently not supported in iOS, so disable it too. --- include/wx/osx/iphone/chkconf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/osx/iphone/chkconf.h b/include/wx/osx/iphone/chkconf.h index 8b925707cb..ccda9d0083 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -131,6 +131,7 @@ #undef wxUSE_RICHTEXT #define wxUSE_RICHTEXT 0 +#undef wxUSE_ADDREMOVECTRL #undef wxUSE_ANIMATIONCTRL #undef wxUSE_CALENDARCTRL #undef wxUSE_COMBOCTRL @@ -160,6 +161,7 @@ #undef wxUSE_BUSYINFO #undef wxUSE_SEARCHCTRL +#define wxUSE_ADDREMOVECTRL 0 #define wxUSE_ANIMATIONCTRL 0 #define wxUSE_CALENDARCTRL 0 #define wxUSE_COMBOCTRL 0