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
This commit is contained in:
Vadim Zeitlin
2002-02-24 00:21:18 +00:00
parent 05815ab32f
commit 6fb17fd518

View File

@@ -50,12 +50,9 @@
# endif # endif
#endif /* !defined(wxUSE_DYNLIB_CLASS) */ #endif /* !defined(wxUSE_DYNLIB_CLASS) */
/* don't give an error about this one yet, it's not fully implemented */
#ifndef wxUSE_FSVOLUME #ifndef wxUSE_FSVOLUME
# ifdef wxABORT_ON_CONFIG_ERROR # define wxUSE_FSVOLUME 0
# error "wxUSE_FSVOLUME
# else
# define wxUSE_FSVOLUME 0
# endif
#endif /* !defined(wxUSE_FSVOLUME) */ #endif /* !defined(wxUSE_FSVOLUME) */
#ifndef wxUSE_DYNAMIC_LOADER #ifndef wxUSE_DYNAMIC_LOADER