From 285ba64d0d7e66faae78d357af1cc5386571b654 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 24 Aug 2005 11:16:04 +0000 Subject: [PATCH] #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 --- include/wx/msw/chkconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index a980d0445d..3d421e5502 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -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 */ -- 2.47.2