aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-12-16 08:33:38 +1100
committerNeil <nyamatongwe@gmail.com>2013-12-16 08:33:38 +1100
commit3406b17198be41f9c019edc64ec494a3dcee85da (patch)
tree7bd114f8cbd72bbda2011d367377628e1d4f0345 /include/Scintilla.h
parent3d0a66fc8c15a74ae33a5d92b68c0b9adcd02920 (diff)
downloadscintilla-mirror-3406b17198be41f9c019edc64ec494a3dcee85da.tar.gz
Updated headers.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h4
1 files changed, 2 insertions, 2 deletions
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