use wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-06-01 20:19:43 +00:00
parent 23f3f8c2ac
commit 3fb1e0594a
5 changed files with 14 additions and 33 deletions

View File

@@ -46,7 +46,7 @@
#include "wx/msw/dib.h"
#endif
#ifdef wxHAVE_RAW_BITMAP
#ifdef wxHAS_RAW_BITMAP
#include "wx/rawbmp.h"
#endif
@@ -1247,7 +1247,8 @@ void wxBitmap::SetMask(wxMask *mask)
// raw bitmap access support
// ----------------------------------------------------------------------------
#ifdef wxHAVE_RAW_BITMAP
#ifdef wxHAS_RAW_BITMAP
void *wxBitmap::GetRawData(wxPixelDataBase& data, int bpp)
{
#if wxUSE_WXDIB
@@ -1353,7 +1354,7 @@ void wxBitmap::UngetRawData(wxPixelDataBase& dataBase)
}
#endif // wxUSE_WXDIB
}
#endif // #ifdef wxHAVE_RAW_BITMAP
#endif // wxHAS_RAW_BITMAP
// ----------------------------------------------------------------------------
// wxMask