From 6fb17fd5189e4b1d8a88c2a34e68e4e8c41ebd1f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 24 Feb 2002 00:21:18 +0000 Subject: [PATCH] correction to wxUSE_FSVOLUME handling, don't give #error if it is not set git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/chkconf.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index e11fad03ac..1cd1afe460 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -50,12 +50,9 @@ # endif #endif /* !defined(wxUSE_DYNLIB_CLASS) */ +/* don't give an error about this one yet, it's not fully implemented */ #ifndef wxUSE_FSVOLUME -# ifdef wxABORT_ON_CONFIG_ERROR -# error "wxUSE_FSVOLUME -# else -# define wxUSE_FSVOLUME 0 -# endif +# define wxUSE_FSVOLUME 0 #endif /* !defined(wxUSE_FSVOLUME) */ #ifndef wxUSE_DYNAMIC_LOADER -- 2.47.2