lynnux / xpsupport

make rust support XP and vista
31 stars 1 forks source link

reqwest和grpc库的SetFileCompletionNotificationModes支持 #3

Open FourLeafTec opened 4 years ago

FourLeafTec commented 4 years ago

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

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

有什么好的解决办法么?

lynnux commented 4 years ago

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