Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace winapi crate with windows/windows-sys #174

Open
TheBestTvarynka opened this issue Sep 22, 2023 · 0 comments
Open

Replace winapi crate with windows/windows-sys #174

TheBestTvarynka opened this issue Sep 22, 2023 · 0 comments

Comments

@TheBestTvarynka
Copy link
Collaborator

Currently, in our ffi crate we are using two crates for communication with Windows API:

But the winapi crate is abandoned. So we need to remove the winapi crate and replace its functions calls with the corresponding ones from the windows/windows-sys crate

@TheBestTvarynka TheBestTvarynka changed the title Replace all winapi crate usage with windows/windows-sys crate Replace winapi crate with windows/windows-sys Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant