diff options
author | nyamatongwe <devnull@localhost> | 2002-01-07 11:01:03 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-01-07 11:01:03 +0000 |
commit | 553b60c13e953dbef73d068ef35a24cd940fb12b (patch) | |
tree | 9e83001649bc09c4fe21a42e7421b2351be2e4dc /include/Scintilla.h | |
parent | d195dba52387651c7984bdd47bde3f7edc11cd96 (diff) | |
download | scintilla-mirror-553b60c13e953dbef73d068ef35a24cd940fb12b.tar.gz |
Added prototype for Scintilla_LinkLexers which is the new name of
wxForceScintillaLexers.
Diffstat (limited to 'include/Scintilla.h')
-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. |