From 55e4de6e9d18722f3800ef4629161d1b00c1c540 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 11 Feb 2005 12:49:41 +0000 Subject: Patch to allow compilation by LccWin. --- include/Scintilla.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/Scintilla.h b/include/Scintilla.h index d263d5026..d02ea54b8 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -11,6 +11,10 @@ #ifndef SCINTILLA_H #define SCINTILLA_H +#if LCCWIN +typedef BOOL bool; +#endif + #if PLAT_WIN // Return false on failure: bool Scintilla_RegisterClasses(void *hInstance); -- cgit v1.2.3