]> git.saurik.com Git - wxWidgets.git/commitdiff
correction to wxUSE_FSVOLUME handling, don't give #error if it is not set
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2002 00:21:18 +0000 (00:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2002 00:21:18 +0000 (00:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/chkconf.h

index e11fad03ac606294f14113e87436a2fb8331adc4..1cd1afe4604525bd83d45b88473062a2313ad799 100644 (file)
 #   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