xpsupport icon indicating copy to clipboard operation
xpsupport copied to clipboard

reqwest和grpc库的SetFileCompletionNotificationModes支持

Open FourLeafTec opened this issue 5 years ago • 1 comments

程序添加了reqwest来发送http请求,grpc来进行远程调用

然后放到xp上测试就报 “无法定位输入点SetFileCompletionNotificationModes于动态链接库KERNEL32.dll”上了

有什么好的解决办法么?

FourLeafTec avatar Nov 21 '19 01:11 FourLeafTec

这可能是依赖的crate用了这个API吧,这种真不好解决,需要定位到哪个crate用了该API,然后下载一份源码本地patch吧。

lynnux avatar Nov 22 '19 04:11 lynnux