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

Migrate to windows-sys from winapi #159

Merged
merged 1 commit into from
Jan 1, 2024
Merged

Migrate to windows-sys from winapi #159

merged 1 commit into from
Jan 1, 2024

Conversation

russellbanks
Copy link
Contributor

This pull request replaces winapi with windows-sys. Most of the migration was just replacing imports. All of the tests pass.

Resolves #155

Copy link
Collaborator

@brotskydotcom brotskydotcom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! Such a simple change; I had no idea. Thanks so much for doing this! As someone familiar with this platform and this API, it was probably easy for you, and it saves me an enormous learning curve which I am glad to avoid! :)

By all means feel free to do any more code cleanup you feel is warranted, but this change looks terrific to me. Once I have time to do a little hands-on testing to supplement the CI tests, I will release this.

@@ -1,6 +1,6 @@
/*!

# Windows Crendential Manager credential store
# Windows Credential Manager credential store
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hahaha thanks for catching this typo!

@brotskydotcom brotskydotcom merged commit fbeb36b into hwchen:master Jan 1, 2024
3 checks passed
@russellbanks russellbanks deleted the windows-sys branch January 1, 2024 18:54
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.

Consider switching to windows crate
2 participants