From 553b60c13e953dbef73d068ef35a24cd940fb12b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 7 Jan 2002 11:01:03 +0000 Subject: Added prototype for Scintilla_LinkLexers which is the new name of wxForceScintillaLexers. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Scintilla.h b/include/Scintilla.h index 483adb5de..e2c318edf 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -14,6 +14,7 @@ #if PLAT_WIN void Scintilla_RegisterClasses(void *hInstance); #endif +int Scintilla_LinkLexers(); // Here should be placed typedefs for uptr_t, an unsigned integer type large enough to // hold a pointer and sptr_t, a signed integer large enough to hold a pointer. -- cgit v1.2.3