Remove (Open)Watcom support.
This compiler is not being developed since several years and almost certainly can't be used to build the current wxWidgets sources anyhow, so remove all support for it, including a lot of extremely ugly workarounds for its bugs with template functions. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -88,12 +88,9 @@
|
||||
defined(__WXMSW__)
|
||||
|
||||
/*
|
||||
These compilers can't deal with templates in wx/rawbmp.h:
|
||||
- HP aCC for PA-RISC
|
||||
- Watcom < 1.8
|
||||
HP aCC for PA-RISC can't deal with templates in wx/rawbmp.h.
|
||||
*/
|
||||
#if !wxONLY_WATCOM_EARLIER_THAN(1, 8) && \
|
||||
!(defined(__HP_aCC) && defined(__hppa))
|
||||
#if !(defined(__HP_aCC) && defined(__hppa))
|
||||
#define wxHAS_RAW_BITMAP
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user