]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/zipstrm.h
Fixed size problem due to wxMac window implementation difference
[wxWidgets.git] / include / wx / zipstrm.h
index 77236c3f63dc4e55a70120e6234451abc31a4032..f6b276b6ec64b2a1908dc3be763f68392278d7de 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __ZIPSTREAM_H__
 #define __ZIPSTREAM_H__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "zipstrm.h"
 #endif
 
@@ -26,7 +26,7 @@
 //--------------------------------------------------------------------------------
 
 
-class WXDLLEXPORT wxZipInputStream : public wxInputStream
+class WXDLLIMPEXP_BASE wxZipInputStream : public wxInputStream
 {
 public:
     wxZipInputStream(const wxString& archive, const wxString& file);