Skip to content

Commit 4ba66b8

Browse files
committed
Search: PCRE mode: Add support for Everything v1.4.1.1018 (#58)
1 parent 0dcc1b1 commit 4ba66b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

EverythingExt/PinyinSearchPcre.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,12 @@ PinyinSearchPcre::PinyinSearchPcre() {
902902
regexec_real = Everything + 0x1A90A0;
903903
support = true;
904904
}
905+
else if (ipc_version.build == 1018) {
906+
regcomp_p3_14_real = Everything + 0x175A0;
907+
regcomp_p2_14_real = Everything + 0x5CEB0;
908+
regcomp_real = Everything + 0x1A8E80;
909+
regexec_real = Everything + 0x1A8F60;
910+
}
905911
}
906912

907913
if (!support)

0 commit comments

Comments
 (0)