]> git.saurik.com Git - wxWidgets.git/commitdiff
#undef things which require other, disabled, ones, instead of re-#defining them as 1
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Aug 2005 11:16:04 +0000 (11:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Aug 2005 11:16:04 +0000 (11:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/chkconf.h

index a980d0445d4cea8526dfce27d5c63cb6b8c553fb..3d421e5502fbe5c5ca79e9fdebb69aa534d29326 100644 (file)
 #        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 */