#include "wx/defs.h"
+#if wxUSE_IMAGE && wxUSE_XPM
class WXDLLIMPEXP_CORE wxImage;
class WXDLLIMPEXP_BASE wxInputStream;
wxImage ReadFile(wxInputStream& stream);
#endif
// Read directly from XPM data (as passed to wxBitmap ctor):
- wxImage ReadData(const char **xpm_data);
+ wxImage ReadData(const char* const* xpm_data);
};
+#endif // wxUSE_IMAGE && wxUSE_XPM
-#endif // _WX_GIFDECOD_H_
+#endif // _WX_XPM_H_