#ifndef _WX_IMAGE_H_
#define _WX_IMAGE_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "image.h"
#endif
protected:
#if wxUSE_STREAMS
virtual bool DoCanRead( wxInputStream& stream ) = 0;
-#endif // wxUSE_STREAMS
// save the stream position, call DoCanRead() and restore the position
bool CallDoCanRead(wxInputStream& stream);
+#endif // wxUSE_STREAMS
wxString m_name;
wxString m_extension;