#undef things which require other, disabled, ones, instead of re-#defining them as 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -229,14 +229,14 @@
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_MS_HTML_HELP requires wxUSE_DYNAMIC_LOADER."
|
||||
# else
|
||||
# define wxUSE_DYNAMIC_LOADER 1
|
||||
# define wxUSE_MS_HTML_HELP 0
|
||||
# endif
|
||||
# endif
|
||||
# if wxUSE_DIALUP_MANAGER
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_DIALUP_MANAGER requires wxUSE_DYNAMIC_LOADER."
|
||||
# else
|
||||
# define wxUSE_DYNAMIC_LOADER 1
|
||||
# define wxUSE_DIALUP_MANAGER 0
|
||||
# endif
|
||||
# endif
|
||||
#endif /* wxUSE_DYNAMIC_LOADER */
|
||||
|
Reference in New Issue
Block a user