From 91a40f059b5c9fd26c1193c4abc6ac92145a2b5c Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sat, 18 Feb 2012 00:53:45 +0000 Subject: [PATCH] [ADD] (Author: Dave Brotherstone) PCRE support (Add forgotten file). git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@865 f5eea248-9336-0410-98b8-ebc06183d4e3 --- scintilla/include/BoostRegexSearch.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scintilla/include/BoostRegexSearch.h diff --git a/scintilla/include/BoostRegexSearch.h b/scintilla/include/BoostRegexSearch.h new file mode 100644 index 000000000..8c03a6b7f --- /dev/null +++ b/scintilla/include/BoostRegexSearch.h @@ -0,0 +1,6 @@ +#ifndef BOOSTREGEXSEARCH_H +#define BOOSTREGEXSEARCH_H + +#define SCFIND_REGEXP_DOTMATCHESNL 0x10000000 + +#endif \ No newline at end of file