]> git.saurik.com Git - wxWidgets.git/commitdiff
disable AUI (and also MDI in 2.8) under CE, it doesn't make much sense there and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Sep 2008 08:03:55 +0000 (08:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Sep 2008 08:03:55 +0000 (08:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/chkconf.h

index fb0a9e19bf34b3012b157a3038710eb0d316c2b4..7024f8ad645ae8c60ab8d71beee981467d3b5c6c 100644 (file)
     #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