-
Notifications
You must be signed in to change notification settings - Fork 253
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
Consider moving from winapi to windows-sys #537
Comments
I believe @kennykerr was doing some work on this previously: #494 |
I think it's about time if everyone is in agreement - there were some questions in #494 but the std library has since moved to |
Yeah I remember reviewing some of the PRs that were part of that cleanup. I'm game to see that PR rebased and reopened, if you would like. |
I just started looking at this. We currently use our own definitions and have a whole nest of macros to confirm they match the ones in the winapi crate (with exceptions for known issues). |
I'm currently looking into modifying the debuginfo search path so that PDBs next to the binary can be found. Being able to use windows-sys would greatly simplify that task, I think. |
The winapi crate was replaced in #634. Should this issue be closed now? |
Yes! Thanks @CraftSpider! |
This is like #535 except it is asking a slightly different question but with the same goal: would migrating from winapi offer a more maintainable crate? If so, we should probably do it.
The text was updated successfully, but these errors were encountered: