X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..77f2f1d3c2c7fb3b301f12c469158dce523d7656:/include/wx/zipstrm.h diff --git a/include/wx/zipstrm.h b/include/wx/zipstrm.h index 77236c3f63..f6b276b6ec 100644 --- a/include/wx/zipstrm.h +++ b/include/wx/zipstrm.h @@ -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);