#include "wx/stream.h"
#include "wx/image.h"
#include "wx/animdecod.h"
+#include "wx/dynarray.h"
// internal utility used to store a frame in 8bit-per-pixel format
class GIFImage;
// wxGIFDecoder class
// --------------------------------------------------------------------------
-class WXDLLEXPORT wxGIFDecoder : public wxAnimationDecoder
+class WXDLLIMPEXP_CORE wxGIFDecoder : public wxAnimationDecoder
{
public:
// constructor, destructor, etc.
DECLARE_NO_COPY_CLASS(wxGIFDecoder)
};
-#endif // wxUSE_STREAM && wxUSE_GIF
+#endif // wxUSE_STREAMS && wxUSE_GIF
#endif // _WX_GIFDECOD_H_