From 5d19459c0f3b69decadf18acf6faecb3bb663bea Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 16 Sep 2008 08:03:55 +0000 Subject: [PATCH] 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/branches/WX_2_8_BRANCH@55651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wince/chkconf.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index 2c2b658087..f134534ea1 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -29,6 +29,16 @@ #undef wxUSE_IPC #define wxUSE_IPC 0 +// 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 +#undef wxUSE_MDI_ARCHITECTURE +#define wxUSE_MDI_ARCHITECTURE 0 + // metafiles are not supported neither #undef wxUSE_ENH_METAFILE #define wxUSE_ENH_METAFILE 0