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