Remove support for Digital Mars compiler.
This compilers is not being developed any longer since many years, drop support for it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -234,19 +234,6 @@
|
||||
|
||||
#endif /* __BORLANDC__ */
|
||||
|
||||
/* DMC++ doesn't have definitions for date picker control, so use generic control
|
||||
*/
|
||||
#ifdef __DMC__
|
||||
# if wxUSE_DATEPICKCTRL
|
||||
# undef wxUSE_DATEPICKCTRL_GENERIC
|
||||
# undef wxUSE_DATEPICKCTRL
|
||||
# endif
|
||||
# define wxUSE_DATEPICKCTRL 0
|
||||
# define wxUSE_DATEPICKCTRL_GENERIC 1
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/*
|
||||
un/redefine the options which we can't compile (after checking that they're
|
||||
defined
|
||||
|
Reference in New Issue
Block a user