added wxUSE_FS_INET/ZIP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-07-09 14:32:50 +00:00
parent 4ad3104559
commit e3e717ecc5
9 changed files with 93 additions and 35 deletions

View File

@@ -8,7 +8,7 @@
/*
REMARKS :
REMARKS :
This FS creates local cache (in /tmp directory). The cache is freed
on program exit.
@@ -29,6 +29,8 @@ limitation)
#pragma hdrstop
#endif
#if wxUSE_FS_INET
#ifndef WXPRECOMP
#include <wx/wx.h>
#endif
@@ -125,6 +127,4 @@ wxInternetFSHandler::~wxInternetFSHandler()
}
}
#endif // wxUSE_FS_INET