diff options
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 8 | 
1 files changed, 2 insertions, 6 deletions
| diff --git a/include/Scintilla.h b/include/Scintilla.h index 7730893d6..b91c78c2a 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -11,18 +11,14 @@  #ifndef SCINTILLA_H  #define SCINTILLA_H -#if LCCWIN -typedef BOOL bool; -#endif -  #ifdef __cplusplus  extern "C" {  #endif  #if defined(_WIN32)  /* Return false on failure: */ -bool Scintilla_RegisterClasses(void *hInstance); -bool Scintilla_ReleaseResources(); +int Scintilla_RegisterClasses(void *hInstance); +int Scintilla_ReleaseResources();  #endif  int Scintilla_LinkLexers(); | 
