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

Port from winapi to windows-sys #261

Closed
sunfishcode opened this issue Mar 28, 2022 · 2 comments
Closed

Port from winapi to windows-sys #261

sunfishcode opened this issue Mar 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@sunfishcode
Copy link
Member

winapi has served us well. windows-rs now looks to be the future of Windows API bindings for Rust. It's even considering adopting I/O safety types.

I did a very quick experiment, and a lot of things worked without major changes, though there were a few issues:

@sunfishcode sunfishcode added the enhancement New feature or request label Apr 18, 2022
@sunfishcode
Copy link
Member Author

The issues are now all marked fixed within the win32metadata repo. This issue now depends on the windows-sys crate updating to the latest win32metadata repo.

@sunfishcode
Copy link
Member Author

The fixes are now in windows-sys 0.36. Rustix is updated in #295.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant