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

@@ -19,9 +19,6 @@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/wx.h"