added --enable-filesystem

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-02-27 21:06:17 +00:00
parent 93d3817568
commit 24528b0c14
13 changed files with 538 additions and 470 deletions

View File

@@ -34,7 +34,7 @@ limitation)
#define wxUSE_FS_INET 0
#endif
#if wxUSE_FS_INET
#if wxUSE_FILESYSTEM && wxUSE_FS_INET
#ifndef WXPRECOMP
#include "wx/wx.h"
@@ -182,4 +182,4 @@ class wxFileSystemInternetModule : public wxModule
IMPLEMENT_DYNAMIC_CLASS(wxFileSystemInternetModule, wxModule)
#endif // wxUSE_FS_INET
#endif // wxUSE_FILESYSTEM && wxUSE_FS_INET