X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f854ecb5a8bc051381440c68b35ce696db8079bc..b25278d885906c601a53fe4ddb246da2f68f66f9:/include/wx/chkconf.h diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 5552f05d9f..5278a6490b 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -974,7 +974,15 @@ # else # define wxUSE_RICHMSGDLG 0 # endif -#endif /* !defined(wxUSE_RIBBON) */ +#endif /* !defined(wxUSE_RICHMSGDLG) */ + +#ifndef wxUSE_RICHTOOLTIP +# ifdef wxABORT_ON_CONFIG_ERROR +# error "wxUSE_RICHTOOLTIP must be defined, please read comment near the top of this file." +# else +# define wxUSE_RICHTOOLTIP 0 +# endif +#endif /* !defined(wxUSE_RICHTOOLTIP) */ #ifndef wxUSE_SASH # ifdef wxABORT_ON_CONFIG_ERROR