diff options
Diffstat (limited to 'packages/qscintilla/files/no-external-lexers.patch')
-rw-r--r-- | packages/qscintilla/files/no-external-lexers.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/qscintilla/files/no-external-lexers.patch b/packages/qscintilla/files/no-external-lexers.patch deleted file mode 100644 index 5953043190..0000000000 --- a/packages/qscintilla/files/no-external-lexers.patch +++ /dev/null @@ -1,24 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- ../src/ExternalLexer.cpp~no-external-lexers -+++ ../src/ExternalLexer.cpp -@@ -110,7 +110,7 @@ - // Initialise some members... - first = NULL; - last = NULL; -- -+#ifndef ZPATCH - // Load the DLL - lib = DynamicLibrary::Load(ModuleName); - if (lib->IsValid()) { -@@ -155,6 +155,7 @@ - } - } - } -+#endif - next = NULL; - } - |