-
Notifications
You must be signed in to change notification settings - Fork 128
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
Migrate from winapi
to windows-sys
#56
Comments
I would recommend not to hurry with it because |
Today I tried this conversion, but it is currently not straightforward. The DCB struct has a lot of bitfields, which are much used in |
Thank you for attempting the migration @caspermeijn! Do you have some work-in-progress to share with us (at best in a fork) so that I can have a look at how exactly this gets messy? |
This was my work in progress commit: caspermeijn@58ab9ba I didn't work on the bit fields when I saw the mentioned lack of support. The problem comes down to this: |
The winapi crate is no longer maintained, and Microsoft are now maintaining the windows-sys crate (among others), so we should migrate to this.
The text was updated successfully, but these errors were encountered: