From: Vadim Zeitlin Date: Tue, 16 Sep 2008 08:03:55 +0000 (+0000) Subject: disable AUI (and also MDI in 2.8) under CE, it doesn't make much sense there and... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d41f34403c4f2c9a224526afe66c050a9932a950 disable AUI (and also MDI in 2.8) under CE, it doesn't make much sense there and doesn't currently compile anyhow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index fb0a9e19bf..7024f8ad64 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -51,6 +51,10 @@ #define wxUSE_LIBTIFF 0 #endif +// no AUI under CE: it's unnecessary and currently doesn't compile +#undef wxUSE_AUI +#define wxUSE_AUI 0 + // no MDI under CE #undef wxUSE_MDI #define wxUSE_MDI 0