Removed support for Borland C++.

This commit is contained in:
Camilla Berglund
2015-02-22 18:02:54 +01:00
parent 4d146cb39d
commit a8bc2af649
2 changed files with 2 additions and 15 deletions
+2 -2
View File
@@ -106,8 +106,8 @@ extern "C" {
/* Under Windows, we need WINGDIAPI defined */
#if !defined(WINGDIAPI) && defined(_WIN32)
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__POCC__)
/* Microsoft Visual C++, Borland C++ Builder and Pelles C */
#if defined(_MSC_VER) || defined(__POCC__)
/* Microsoft Visual C++ and Pelles C */
#define WINGDIAPI __declspec(dllimport)
#elif defined(__LCC__)
/* LCC-Win32 */