X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/712d087f0c32c2599ed8ae930d5665962688c8fb..04ae32cdab5a96467db7a8d4eedb31c9799f0b56:/include/wx/features.h?ds=sidebyside diff --git a/include/wx/features.h b/include/wx/features.h index c604c0bc59..22276fae0e 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -84,10 +84,14 @@ #undef wxHAS_XLOCALE_SUPPORT #endif -/* Direct access to bitmap data is only implemented for MSW/Mac/GTK2 */ -#if defined(__WXGTK20__) || defined(__WXMAC__) || \ +/* Direct access to bitmap data is not implemented in all ports yet */ +#if defined(__WXGTK20__) || defined(__WXMAC__) || defined(__WXDFB__) || \ (defined(__WXMSW__) && !defined(__WATCOMC__)) - #define wxHAS_RAW_BITMAP + + // HP aCC for PA-RISC can't compile rawbmp.h + #if !defined(__HP_aCC) || !defined(__hppa) + #define wxHAS_RAW_BITMAP + #endif #endif /* also define deprecated synonym which exists for compatibility only */