You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, btw std no longer requires this when using import libs. Instead it uses #[link(name = "kernel32")] for every import. It then has an empty extern block to list the other import libs.
I'm busy revamping
windows-bindgen
to deal with a number of issues and make it a lot more flexible.One potential issue is whether we still need to sort function declarations by exporting library to avoid Rust compiler inefficiencies.
@ChrisDenton do you happen to know if that's still an issue with
raw-dylib
?I'll probably still need to support some version of this for
windows-sys
generation, at least for now.The text was updated successfully, but these errors were encountered: