X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a85085c9336743b593c25c7934e50d6ac6fc91e0..cbeda384e51acb82e13994cb67ac1714669cae10:/include/wx/features.h?ds=inline diff --git a/include/wx/features.h b/include/wx/features.h index 1b9847304f..22276fae0e 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -87,7 +87,11 @@ /* 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 */