X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b9ca72aa7b4bf0c5391b6bf3e045053382f00a8f..907ea7d5cc64befac486b269b3ab5b87dfc246d5:/include/wx/chkconf.h diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 8b9ff36c1f..5278a6490b 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -976,6 +976,14 @@ # endif #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 # error "wxUSE_SASH must be defined, please read comment near the top of this file."