From eae1b91fea74842000fc055afc74fe2e7934c6ee Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 9 May 2019 15:12:55 +0200 Subject: patch 8.1.1306: Borland support is outdated and doesn't work Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364) --- src/if_ole.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/if_ole.cpp') diff --git a/src/if_ole.cpp b/src/if_ole.cpp index 8780847ad8..e52f5ec784 100644 --- a/src/if_ole.cpp +++ b/src/if_ole.cpp @@ -12,24 +12,14 @@ * * See os_mswin.c for the client side. */ - -/* - * We have some trouble with order of includes here. For Borland it needs to - * be different from MSVC... - */ -#ifndef __BORLANDC__ extern "C" { # include "vim.h" } -#endif #include #include extern "C" { -#ifdef __BORLANDC__ -# include "vim.h" -#endif extern HWND s_hwnd; extern HWND vim_parent_hwnd; } -- cgit v1.2.3