]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_zip.h
more wxHtmlHelpFrame fixes (didn't store customization correctly, still needs some...
[wxWidgets.git] / include / wx / fs_zip.h
index f0b481d78f805a7c771c0b0ace352cc37ae2b475..e3461634b8df6361dcf7e350a41c861e8d598ac5 100644 (file)
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #ifdef __BORDLANDC__
 #pragma hdrstop
 #endif
 
-#ifndef WXPRECOMP
-#include <wx/wx.h>
-#endif
+#if wxUSE_FS_ZIP && wxUSE_STREAMS
 
-#include <wx/filesys.h>
 
+#ifndef WXPRECOMP
+#include "wx/wx.h"
+#endif
 
+#include "wx/filesys.h"
 
 //--------------------------------------------------------------------------------
 // wxZipFSHandler
 //--------------------------------------------------------------------------------
 
-class wxZipFSHandler : public wxFileSystemHandler
+class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler
 {
     public:
         virtual bool CanOpen(const wxString& location);
@@ -38,4 +39,6 @@ class wxZipFSHandler : public wxFileSystemHandler
 };
 
 
+#endif
+  // wxUSE_FS_ZIP && wxUSE_STREAMS