aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/Scintilla.h4
1 files changed, 4 insertions, 0 deletions
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);