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:
Václav Slavík 2006-08-03 16:54:22 +00:00
parent b1df0ce2b2
commit 552796e07e

View File

@ -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_