Merge branch 'remove-bcc-support'

Remove support for Borland C++ compiler, it wasn't tested since a long
time and probably didn't work anyhow and there was no interest in
keeping support for it since many years.

See https://github.com/wxWidgets/wxWidgets/pull/2087
This commit is contained in:
Vadim Zeitlin
2020-10-16 01:58:13 +02:00
1320 changed files with 75 additions and 51208 deletions

View File

@@ -64,7 +64,7 @@
#define wxIsNaN(x) std::isnan(x)
#else /* C++98 */
#if defined(__VISUALC__) || defined(__BORLANDC__)
#if defined(__VISUALC__)
#include <float.h>
#define wxFinite(x) _finite(x)
#elif defined(__MINGW64_TOOLCHAIN__) || defined(__clang__)
@@ -94,7 +94,7 @@
#endif
#if defined(__VISUALC__)||defined(__BORLAND__)
#if defined(__VISUALC__)
#define wxIsNaN(x) _isnan(x)
#elif defined(__GNUG__)||defined(__GNUWIN32__)|| \
defined(__SGI_CC__)||defined(__SUNCC__)||defined(__XLC__)|| \