]> git.saurik.com Git - wxWidgets.git/commitdiff
undef wxUSE_DIALUP_MANAGER before redefining it as 0
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Sep 2005 23:30:48 +0000 (23:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Sep 2005 23:30:48 +0000 (23:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/chkconf.h

index 3d421e5502fbe5c5ca79e9fdebb69aa534d29326..53059846ab2e614af639c1371d580d816b0e445b 100644 (file)
 #        ifdef wxABORT_ON_CONFIG_ERROR
 #            error "wxUSE_DIALUP_MANAGER requires wxUSE_DYNAMIC_LOADER."
 #        else
+#            undef wxUSE_DIALUP_MANAGER
 #            define wxUSE_DIALUP_MANAGER 0
 #        endif
 #    endif