-#if wxUSE_FILESYSTEM && wxUSE_FS_ZIP && wxUSE_STREAMS
-
-#include "wx/filesys.h"
-#include "wx/hashmap.h"
-
-//---------------------------------------------------------------------------
-// wxZipFSHandler
-//---------------------------------------------------------------------------
-
-class WXDLLIMPEXP_BASE wxZipFSHandler : public wxFileSystemHandler
-{
- public:
- wxZipFSHandler();
- virtual bool CanOpen(const wxString& location);
- virtual wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
- virtual wxString FindFirst(const wxString& spec, int flags = 0);
- virtual wxString FindNext();
- ~wxZipFSHandler();