git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22767
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/bitmap.h"
#endif
-#ifndef _WX_IMAGE_H_
+#if wxUSE_IMAGE && !defined(_WX_IMAGE_H_)
#include "wx/image.h"
#endif
void wxIconBundle::AddIcon( const wxString& file, long type )
{
+#if wxUSE_IMAGE
size_t count = wxImage::GetImageCount( file, type );
size_t i;
wxImage image;
AddIcon( *tmp );
delete tmp;
}
+#endif
}
const wxIcon& wxIconBundle::GetIcon( const wxSize& size ) const
#include "wx/palette.h"
#endif
+#if wxUSE_IMAGE
+
#include "wx/image.h"
#include "wx/quantize.h"
return TRUE;
}
+#endif
+ // wxUSE_IMAGE
+