aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qscintilla/files/no-external-lexers.patch
blob: 59530431909257fec6c237f05f5ff3e3ea206f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# 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;
 }