#include "wx/generic/imaglist.h"
-#include "wx/icon.h"
+#ifndef WX_PRECOMP
+ #include "wx/dc.h"
+ #include "wx/icon.h"
+#endif
+
#include "wx/image.h"
-#include "wx/dc.h"
//-----------------------------------------------------------------------------
// wxImageList
m_images.Erase( node );
m_images.Insert( next, newBitmap );
}
-
+
if (mask.Ok())
newBitmap->SetMask(new wxMask(mask));
return true;
}
-#endif // wxUSE_IMAGLIST
#endif // __WXPALMOS__
+
+#endif // wxUSE_IMAGLIST