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:
@@ -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
|
||||
|
Reference in New Issue
Block a user