]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_zip.h
No real changes, just refactoring.
[wxWidgets.git] / include / wx / fs_zip.h
index 1687d56655332d65c7a88ae6b79dec3b5a67122c..a17141d9672f50a6d04229821ecde3eee7884a35 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _WX_FS_ZIP_H_
 #define _WX_FS_ZIP_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "fs_zip.h"
 #endif
 
@@ -24,7 +24,7 @@
 
 #include "wx/filesys.h"
 
-class WXDLLIMPEXP_BASE wxHashTableLong;
+class WXDLLIMPEXP_BASE wxLongToLongHashMap;
 
 //--------------------------------------------------------------------------------
 // wxZipFSHandler
@@ -45,7 +45,7 @@ class WXDLLIMPEXP_BASE wxZipFSHandler : public wxFileSystemHandler
         void *m_Archive;
         wxString m_Pattern, m_BaseDir, m_ZipFile;
         bool m_AllowDirs, m_AllowFiles;
-        wxHashTableLong *m_DirsFound;
+        wxLongToLongHashMap *m_DirsFound;
 
         wxString DoFind();