diff options
author | nyamatongwe <unknown> | 2002-01-07 11:01:03 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-01-07 11:01:03 +0000 |
commit | 902f0ce46d1dfe35b48879bc5b6582e2782a0e61 (patch) | |
tree | 9e83001649bc09c4fe21a42e7421b2351be2e4dc | |
parent | c870a19bd410d19581a67447e554e66895e4236f (diff) | |
download | scintilla-mirror-902f0ce46d1dfe35b48879bc5b6582e2782a0e61.tar.gz |
Added prototype for Scintilla_LinkLexers which is the new name of
wxForceScintillaLexers.
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. |