From e9ccd6d5b158d467340ff1172be22a6fefd76422 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 25 Feb 2014 17:26:44 +0000 Subject: [PATCH] Define wxUSE_BOOKCTRL as 1 if wxUSE_AUI==1. wxAuiNotebook needs wxBookCtrlBase. Closes #16025. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/chkconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 3ee8d7623a..f5ddfdfc29 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -1552,7 +1552,8 @@ # endif #endif -#define wxUSE_BOOKCTRL (wxUSE_NOTEBOOK || \ +#define wxUSE_BOOKCTRL (wxUSE_AUI || \ + wxUSE_NOTEBOOK || \ wxUSE_LISTBOOK || \ wxUSE_CHOICEBOOK || \ wxUSE_TOOLBOOK || \