#pragma hdrstop
#endif
+#if wxUSE_FS_ZIP && wxUSE_STREAMS
+
+
#ifndef WXPRECOMP
#include <wx/wx.h>
#endif
// wxZipFSHandler
//--------------------------------------------------------------------------------
-class wxZipFSHandler : public wxFileSystemHandler
+class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler
{
public:
virtual bool CanOpen(const wxString& location);
};
+#endif
+ // wxUSE_FS_ZIP && wxUSE_STREAMS