wxXPMDecoder requires wxUSE_IMAGE && wxUSE_XPM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b1df0ce2b2
commit
552796e07e
@ -12,6 +12,7 @@
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_IMAGE && wxUSE_XPM
|
||||
|
||||
class WXDLLIMPEXP_CORE wxImage;
|
||||
class WXDLLIMPEXP_BASE wxInputStream;
|
||||
@ -37,6 +38,7 @@ public:
|
||||
wxImage ReadData(const char **xpm_data);
|
||||
};
|
||||
|
||||
#endif // wxUSE_IMAGE && wxUSE_XPM
|
||||
|
||||
#endif // _WX_GIFDECOD_H_
|
||||
#endif // _WX_XPM_H_
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user