]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_zip.h
ssize_t is always defined in OSX
[wxWidgets.git] / include / wx / fs_zip.h
index 6dc75eb25cf8d173d4014e59833e6dad4cce4a31..d449cb072a852c0d0161d91a3a4d77a7149d07b5 100644 (file)
@@ -37,12 +37,13 @@ class WXDLLIMPEXP_BASE wxZipFSHandler : public wxFileSystemHandler
 
     private:
         // these vars are used by FindFirst/Next:
-        void *m_Archive;
+        class wxZipInputStream *m_Archive;
         wxString m_Pattern, m_BaseDir, m_ZipFile;
         bool m_AllowDirs, m_AllowFiles;
         wxLongToLongHashMap *m_DirsFound;
 
         wxString DoFind();
+        void CloseArchive(class wxZipInputStream *archive);
 
     DECLARE_NO_COPY_CLASS(wxZipFSHandler)
 };