From: Vadim Zeitlin Date: Sat, 3 Sep 2005 23:30:48 +0000 (+0000) Subject: undef wxUSE_DIALUP_MANAGER before redefining it as 0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6fbc7b5936e0a5df2083610dc1558cafb52ca1c4 undef wxUSE_DIALUP_MANAGER before redefining it as 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index 3d421e5502..53059846ab 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -236,6 +236,7 @@ # 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