#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);
};
+#endif
+ // wxUSE_FS_ZIP && wxUSE_STREAMS