#include "wx/filesys.h"
-class WXDLLEXPORT wxHashTableLong;
+class WXDLLIMPEXP_BASE wxHashTableLong;
//--------------------------------------------------------------------------------
// wxZipFSHandler
//--------------------------------------------------------------------------------
-class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler
+class WXDLLIMPEXP_BASE wxZipFSHandler : public wxFileSystemHandler
{
public:
wxZipFSHandler();
wxHashTableLong *m_DirsFound;
wxString DoFind();
+
+ DECLARE_NO_COPY_CLASS(wxZipFSHandler)
};