git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4697
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool wxSaveBitmap(wxChar *filename, wxBitmap *bitmap, wxPalette *colourmap = NULL);
// Load device independent bitmap into device dependent bitmap
bool wxSaveBitmap(wxChar *filename, wxBitmap *bitmap, wxPalette *colourmap = NULL);
// Load device independent bitmap into device dependent bitmap
-wxBitmap *wxLoadBitmap(wxChar *filename, wxColourMap **colourmap = NULL);
+wxBitmap *wxLoadBitmap(wxChar *filename, wxPalette **colourmap = NULL);
// Load into existing bitmap;
bool wxLoadIntoBitmap(wxChar *filename, wxBitmap *bitmap, wxColourMap **pal = NULL);
// Load into existing bitmap;
bool wxLoadIntoBitmap(wxChar *filename, wxBitmap *bitmap, wxColourMap **pal = NULL);
#include "wx/bitmap.h"
#include "wx/brush.h"
#include "wx/radiobox.h"
#include "wx/bitmap.h"
#include "wx/brush.h"
#include "wx/radiobox.h"
#endif
#include "wx/msw/private.h"
#endif
#include "wx/msw/private.h"
#include "wx/intl.h"
#include "wx/dynarray.h"
#include "wx/settings.h"
#include "wx/intl.h"
#include "wx/dynarray.h"
#include "wx/settings.h"
#endif
#if wxUSE_BUTTONBAR && wxUSE_TOOLBAR && defined(__WIN95__)
#endif
#if wxUSE_BUTTONBAR && wxUSE_TOOLBAR && defined(__WIN95__)
#include "wx/settings.h"
#include "wx/brush.h"
#include "wx/utils.h"
#include "wx/settings.h"
#include "wx/brush.h"
#include "wx/utils.h"
#endif
#if wxUSE_CLIPBOARD
#endif
#if wxUSE_CLIPBOARD
#include "wx/clipbrd.h"
#endif
#include "wx/clipbrd.h"
#endif