X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..ca8d899fcb677bad4ed7df5c65887b725a092482:/include/wx/xpmdecod.h?ds=sidebyside diff --git a/include/wx/xpmdecod.h b/include/wx/xpmdecod.h index 807f2ed2d2..bf75164ac3 100644 --- a/include/wx/xpmdecod.h +++ b/include/wx/xpmdecod.h @@ -10,15 +10,12 @@ #ifndef _WX_XPMDECOD_H_ #define _WX_XPMDECOD_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "xpmdecod.h" -#endif - -#include "wx/setup.h" +#include "wx/defs.h" +#if wxUSE_IMAGE && wxUSE_XPM -class WXDLLEXPORT wxImage; -class WXDLLEXPORT wxInputStream; +class WXDLLIMPEXP_CORE wxImage; +class WXDLLIMPEXP_BASE wxInputStream; // -------------------------------------------------------------------------- // wxXPMDecoder class @@ -41,6 +38,7 @@ public: wxImage ReadData(const char **xpm_data); }; +#endif // wxUSE_IMAGE && wxUSE_XPM -#endif // _WX_GIFDECOD_H_ +#endif // _WX_XPM_H_