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

Switch from winapi to windows_sys #290

Merged

Conversation

mrobinson
Copy link
Contributor

windows is the modern version of winapi that is maintained by
Microsoft.

`windows_sys` is the modern version of `winapi` that is maintained by
Microsoft.
@mrobinson mrobinson force-pushed the switch-from-winapi-to-windows branch from a4734e6 to 96b2759 Compare June 17, 2024 07:42
@mrobinson mrobinson changed the title Switch from winapi to windows Switch from winapi to windows_sys Jun 17, 2024
@mrobinson
Copy link
Contributor Author

mrobinson commented Jun 17, 2024

Sorry for the late push, but I've updated this to use windows_sys, which I think is a better choice. It seems that windows_sys should be used when you do not need to use COM and I think this crate also has fewer releases, decreasing the maintenance burden of constant updates.

@Manishearth Manishearth merged commit f02a10d into Manishearth:master Jun 17, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants