enable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-05-06 11:42:16 +00:00
parent cb8afeb3e3
commit 19fd2b71d4

View File

@@ -581,7 +581,7 @@
#endif #endif
#if defined (__WXMSW__) #if defined (__WXMSW__)
# if !defined(__WATCOMC__) # if !wxONLY_WATCOM_EARLIER_THAN(1, 8)
# define wxHAVE_RAW_BITMAP # define wxHAVE_RAW_BITMAP
# endif # endif
#endif #endif