aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-11-10 22:15:14 +1100
committernyamatongwe <devnull@localhost>2010-11-10 22:15:14 +1100
commitf274156575e9eabfe011b7934d4c9a547c8270f7 (patch)
tree720b1407bd8b1312d672062dff955b83163468ba /src/Document.cxx
parent338abd6dbcd93555cdff67161155018de2728058 (diff)
downloadscintilla-mirror-f274156575e9eabfe011b7934d4c9a547c8270f7.tar.gz
Remove support for Borland C++.
Use a library for the lexers with MSVC to simplify SciTE makefile.
Diffstat (limited to 'src/Document.cxx')
-rw-r--r--src/Document.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Document.cxx b/src/Document.cxx
index b70024f34..3865c6c3d 100644
--- a/src/Document.cxx
+++ b/src/Document.cxx
@@ -14,14 +14,6 @@
#include <string>
#include <vector>
-// With Borland C++ 5.5, including <string> 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"