#ifndef __ZIPSTREAM_H__
#define __ZIPSTREAM_H__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "zipstrm.h"
#endif
// this void* is handle of archive . I'm sorry it is void and not proper
// type but I don't want to make unzip.h header public.
void *m_Archive;
+
+ DECLARE_NO_COPY_CLASS(wxZipInputStream)
};