From 6975fab9bd1725cb938eaf9e17b628572bd9d15a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 16 Feb 2002 04:34:19 +0000 Subject: Success or failure returned from Scintilla intialisation and finalisation. --- include/Scintilla.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') 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(); -- cgit v1.2.3