#endif
#if defined(__WXMGL__) || \
+ defined(__WXDFB__) || \
defined(__WXMAC__) || \
defined(__WXGTK__) || \
defined(__WXMOTIF__) || \
#include "wx/utils.h"
#include "wx/palette.h"
#include "wx/icon.h"
+ #include "wx/image.h"
+ #include "wx/module.h"
#endif // WX_PRECOMP
-#include "wx/image.h"
-#include "wx/module.h"
-
IMPLEMENT_ABSTRACT_CLASS(wxBitmapBase, wxGDIObject)
IMPLEMENT_ABSTRACT_CLASS(wxBitmapHandlerBase,wxObject)