From f274156575e9eabfe011b7934d4c9a547c8270f7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 10 Nov 2010 22:15:14 +1100 Subject: Remove support for Borland C++. Use a library for the lexers with MSVC to simplify SciTE makefile. --- src/Editor.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index 0b78f8f0a..01415ec88 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -16,14 +16,6 @@ #include #include -// With Borland C++ 5.5, including includes Windows.h leading to defining -// FindText to FindTextA which makes calls here to Document::FindText fail. -#ifdef __BORLANDC__ -#ifdef FindText -#undef FindText -#endif -#endif - #include "Platform.h" #include "ILexer.h" -- cgit v1.2.3