From 424366664e82d5e7e0d3d02caa53d06429a0c898 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 16 Dec 2013 08:33:38 +1100 Subject: Updated headers. --- include/SciLexer.h | 1 - include/Scintilla.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/SciLexer.h b/include/SciLexer.h index 7cdb9c31e..1101bf226 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -1547,7 +1547,6 @@ #define SCE_COFFEESCRIPT_GLOBALCLASS 19 #define SCE_COFFEESCRIPT_STRINGRAW 20 #define SCE_COFFEESCRIPT_TRIPLEVERBATIM 21 -#define SCE_COFFEESCRIPT_HASHQUOTEDSTRING 22 #define SCE_COFFEESCRIPT_COMMENTBLOCK 22 #define SCE_COFFEESCRIPT_VERBOSE_REGEX 23 #define SCE_COFFEESCRIPT_VERBOSE_REGEX_COMMENT 24 diff --git a/include/Scintilla.h b/include/Scintilla.h index a4a559b81..77d1097a0 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -358,8 +358,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_PRINT_COLOURONWHITEDEFAULTBG 4 #define SCI_SETPRINTCOLOURMODE 2148 #define SCI_GETPRINTCOLOURMODE 2149 -#define SCFIND_WHOLEWORD 2 -#define SCFIND_MATCHCASE 4 +#define SCFIND_WHOLEWORD 0x2 +#define SCFIND_MATCHCASE 0x4 #define SCFIND_WORDSTART 0x00100000 #define SCFIND_REGEXP 0x00200000 #define SCFIND_POSIX 0x00400000 -- cgit v1.2.3