#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:
Vadim Zeitlin
2005-08-24 11:16:04 +00:00
parent 8a43eaecc1
commit 285ba64d0d

View File

@@ -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 */