Chaoses-Ib / IbPinyinLib

一个高性能 Rust 拼音匹配库,支持 C、AHK2
MIT License
28 stars 0 forks source link

ahk dll名字和函数里面不一致 #1

Closed sxzxs closed 9 months ago

sxzxs commented 9 months ago

DllLoad IbPinyin.dll

return DllCall("ib_pinyin_c\ib_pinyin_is_match_u16", "Ptr", StrPtr(pattern), "UPtr", StrLen(pattern), "Ptr", StrPtr(haystack), "UPtr", StrLen(haystack), "UInt", notations, "Cdecl Int") = 1

ib_pinyin_c需要修改为IbPinyin

Chaoses-Ib commented 9 months ago

v0.2.1 已修复。