]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_zip.h
reverting to native mac pathnames
[wxWidgets.git] / include / wx / fs_zip.h
index b884fe055b55116de7980e18a02a737c18180e6a..27ccee6f1a506a61511f03cc7b8bd3a65e80d86f 100644 (file)
@@ -3,12 +3,13 @@
 // Purpose:     ZIP file system
 // Author:      Vaclav Slavik
 // Copyright:   (c) 1999 Vaclav Slavik
+// CVS-ID:      $Id$
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma interface "fs_zip.h"
 #endif
 
 #include "wx/wxprec.h"
@@ -26,6 +27,8 @@
 
 #include "wx/filesys.h"
 
+class WXDLLEXPORT wxHashTableLong;
+
 //--------------------------------------------------------------------------------
 // wxZipFSHandler
 //--------------------------------------------------------------------------------
@@ -45,6 +48,7 @@ class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler
         void *m_Archive;
         wxString m_Pattern, m_BaseDir, m_ZipFile;
         bool m_AllowDirs, m_AllowFiles;
+        wxHashTableLong *m_DirsFound;
         
         wxString DoFind();
 };