From: Vadim Zeitlin Date: Thu, 21 Aug 2003 20:45:49 +0000 (+0000) Subject: corrected wxUSE_BOOKCTRL test X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ea4ff2ad5a1f830371149f11ba93be2bf5021f9d corrected wxUSE_BOOKCTRL test git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index cf587807ef..f92c358705 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -891,7 +891,7 @@ # endif #endif /* controls */ -#if defined(wxUSE_NOTEBOOK) +#if wxUSE_NOTEBOOK # if defined(wxUSE_BOOKCTRL) && !wxUSE_BOOKCTRL # ifdef wxABORT_ON_CONFIG_ERROR # error "wxUSE_BOOKCTRL must be set."