define wxHAS_RAW_BITMAP for wxDFB

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-07-24 00:47:13 +00:00
parent 2b42a87073
commit 5b464d6bbd

View File

@@ -84,8 +84,8 @@
#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
#endif