better fix for aCC and rawbmp.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user