# include "wx/defs.h"
#endif
-#if wxUSE_LIBGIF
+#if wxUSE_GIF
#include "wx/image.h"
#include "wx/gifdecod.h"
IMPLEMENT_DYNAMIC_CLASS(wxGIFHandler,wxImageHandler)
#endif
-#if wxUSE_STREAMS
-
//-----------------------------------------------------------------------------
// wxGIFHandler
//-----------------------------------------------------------------------------
+#if wxUSE_STREAMS
+
bool wxGIFHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose )
{
wxGIFDecoder *decod;
return ok;
}
-#endif
- // wxUSE_STREAMS
+#endif // wxUSE_STREAMS
-#endif
- // wxUSE_GIF
+#endif // wxUSE_GIF