// wxGIFDecoder class
// --------------------------------------------------------------------------
-class WXDLLEXPORT wxGIFDecoder : public wxAnimationDecoder
+class WXDLLIMPEXP_CORE wxGIFDecoder : public wxAnimationDecoder
{
public:
// constructor, destructor, etc.
wxGIFErrorCode dgif(wxInputStream& stream,
GIFImage *img, int interl, int bits);
- DECLARE_NO_COPY_CLASS(wxGIFDecoder)
+ wxDECLARE_NO_COPY_CLASS(wxGIFDecoder);
};
-#endif // wxUSE_STREAM && wxUSE_GIF
+#endif // wxUSE_STREAMS && wxUSE_GIF
#endif // _WX_GIFDECOD_H_