]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_zip.h
Whole lot of stuff for new wxFileDialog
[wxWidgets.git] / include / wx / fs_zip.h
index f0b481d78f805a7c771c0b0ace352cc37ae2b475..f891349cbf0ba9dc2aad07d98d63f050d6512357 100644 (file)
@@ -17,6 +17,9 @@
 #pragma hdrstop
 #endif
 
+#if wxUSE_FS_ZIP && wxUSE_STREAMS
+
+
 #ifndef WXPRECOMP
 #include <wx/wx.h>
 #endif
@@ -29,7 +32,7 @@
 // wxZipFSHandler
 //--------------------------------------------------------------------------------
 
-class wxZipFSHandler : public wxFileSystemHandler
+class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler
 {
     public:
         virtual bool CanOpen(const wxString& location);
@@ -38,4 +41,6 @@ class wxZipFSHandler : public wxFileSystemHandler
 };
 
 
+#endif
+  // wxUSE_FS_ZIP && wxUSE_STREAMS