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
link! specifies library names with .dll, making it tricky to change it to #[link(name = "<libraryname>")]
one way would be to link everything, without raw-dylib, to kernel32, since kernel32 is always linked. Other dependencies will need to be manually specified in the link args, then.
raw-dylibsupport/workarounds forunicows#15.link!specifies library names with.dll, making it tricky to change it to#[link(name = "<libraryname>")]