Add wxUSE_MARKUP and wrap SetLabelMarkup() in it.
Make it possible to disable all the new markup-related code by setting wxUSE_MARKUP to 0 in setup.h or using configure --disable-markup option. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -829,6 +829,14 @@
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_LOG_DIALOG) */
|
||||
|
||||
#ifndef wxUSE_MARKUP
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_MARKUP must be defined, please read comment near the top of this file."
|
||||
# else
|
||||
# define wxUSE_MARKUP 0
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_MARKUP) */
|
||||
|
||||
#ifndef wxUSE_MDI
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_MDI must be defined, please read comment near the top of this file."
|
||||
|
Reference in New Issue
Block a user