// Purpose: ZIP file system
// Author: Vaclav Slavik
// Copyright: (c) 1999 Vaclav Slavik
+// CVS-ID: $Id$
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/filesys.h"
+class WXDLLEXPORT wxHashTableLong;
+
//--------------------------------------------------------------------------------
// wxZipFSHandler
//--------------------------------------------------------------------------------
void *m_Archive;
wxString m_Pattern, m_BaseDir, m_ZipFile;
bool m_AllowDirs, m_AllowFiles;
+ wxHashTableLong *m_DirsFound;
wxString DoFind();
};