We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcc1b1 commit 4ba66b8Copy full SHA for 4ba66b8
EverythingExt/PinyinSearchPcre.cpp
@@ -902,6 +902,12 @@ PinyinSearchPcre::PinyinSearchPcre() {
902
regexec_real = Everything + 0x1A90A0;
903
support = true;
904
}
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
+ }
911
912
913
if (!support)
0 commit comments