aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-02-16 04:34:19 +0000
committernyamatongwe <devnull@localhost>2002-02-16 04:34:19 +0000
commit2cb3ed271a44a14d028ed37866e050faf19197c1 (patch)
tree508ee67e093edf801064012b397b5b19251bf66c /include
parentb524b63de67ab4a76f1dfd69f0dc16cb66680e93 (diff)
downloadscintilla-mirror-2cb3ed271a44a14d028ed37866e050faf19197c1.tar.gz
Success or failure returned from Scintilla intialisation and finalisation.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index d8bb5f6cd..e485052d4 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -12,8 +12,9 @@
#define SCINTILLA_H
#if PLAT_WIN
-void Scintilla_RegisterClasses(void *hInstance);
-void Scintilla_ReleaseResources();
+// Return false on failure:
+bool Scintilla_RegisterClasses(void *hInstance);
+bool Scintilla_ReleaseResources();
#endif
int Scintilla_LinkLexers();