Skip to content

Commit

Permalink
Search: PCRE mode: Add support for Everything v1.4.1.1018 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaoses-Ib committed Aug 17, 2022
1 parent 0dcc1b1 commit 4ba66b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions EverythingExt/PinyinSearchPcre.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,12 @@ PinyinSearchPcre::PinyinSearchPcre() {
regexec_real = Everything + 0x1A90A0;
support = true;
}
else if (ipc_version.build == 1018) {
regcomp_p3_14_real = Everything + 0x175A0;
regcomp_p2_14_real = Everything + 0x5CEB0;
regcomp_real = Everything + 0x1A8E80;
regexec_real = Everything + 0x1A8F60;
}
}

if (!support)
Expand Down

0 comments on commit 4ba66b8

Please sign in to comment.