From 7927d7da0bbc485a142426bd6dbb9d6db8c2c105 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 13 Jan 2019 16:30:28 +1100 Subject: Backport: Replace the only use of a function from with a Scintilla function. Remove inclusion of except in lexers as cctype functions often behave poorly and may crash for out of bounds arguments. Backport of changeset 7228:348e55f8107c. --- win32/PlatWin.cxx | 1 - win32/ScintillaWin.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'win32') diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index e5cff0042..74d212031 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 5b78a3ed6..6a5618918 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3