We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#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
The text was updated successfully, but these errors were encountered:
fix(ahk2): dll name (#1)
e351985
v0.2.1 已修复。
Sorry, something went wrong.
No branches or pull requests
#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
The text was updated successfully, but these errors were encountered: