We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The windows-sys create is missing a declaration for the SCH_CREDENTIALS struct.
https://github.com/microsoft/windows-rs/blob/master/crates/libs/sys/src/Windows/Win32/Security/Authentication/Identity/mod.rs is missing the declaration for SCH_CREDENTIALS
SCHANNEL_CRED
SCH_CREDENTIALS
No response
The text was updated successfully, but these errors were encountered:
Will forward this to the upstream metadata repository for inclusion
Sorry, something went wrong.
d7443b5
Thanks. These were guarded behind a special define which we now define to include them.
microsoft/windows-rs#2573 updated the repo with the latest metadata. Please kick the tires and let me know if you experience any issues.
mikebattista
No branches or pull requests
Motivation
The windows-sys create is missing a declaration for the SCH_CREDENTIALS struct.
https://github.com/microsoft/windows-rs/blob/master/crates/libs/sys/src/Windows/Win32/Security/Authentication/Identity/mod.rs is missing the declaration for SCH_CREDENTIALS
SCHANNEL_CRED
SCH_CREDENTIALS
Drawbacks
No response
Rationale and alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: