nagisa / rust_libloading

Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.
https://docs.rs/libloading
ISC License
1.22k stars 100 forks source link

[Windows]: Allow LoadLibraryExW #66

Closed NightRa closed 4 years ago

NightRa commented 4 years ago

Fixes #65

nagisa commented 4 years ago

LGTM, will merge and release a version with this within an hour.

NightRa commented 4 years ago

@nagisa One path to backwards compat would be leaving the old variant name, and renaming it on the next breaking change - so there needs to be a visible TODO for that somewhere.

nagisa commented 4 years ago

Yeah I can do the fixups myself, just noted them so that I don’t miss them later.

nagisa commented 4 years ago

Released 0.6.1 with this PR included.

nagisa commented 4 years ago

Changelog.