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
windows
0.48.0
Type of constant https://microsoft.github.io/windows-docs-rs/doc/windows/Win32/System/SystemServices/constant.ALL_PROCESSOR_GROUPS.html used in crate is u32
while it should be u16 https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getactiveprocessorcount
Found while implemented rust-lang/rust#114856
No response
I believe this is https://github.com/microsoft/windows-rs/blob/78a0dbea48f856b03f3e7e650e0e385047d8a10b/crates/libs/windows/src/Windows/Win32/System/SystemServices/mod.rs#L124
Actually in rust repo used windows-bindgen 0.49, but i think that there used the same definition.
windows-bindgen 0.49
Probably affects other crates that reimports that definition.
The text was updated successfully, but these errors were encountered:
Thanks, will forward to the Win32 metadata repo for resolution.
Sorry, something went wrong.
5a3f6ac
Thanks.
windows-bindgen
std
No branches or pull requests
Which crate is this about?
windows
Crate version
0.48.0
Summary
Type of constant https://microsoft.github.io/windows-docs-rs/doc/windows/Win32/System/SystemServices/constant.ALL_PROCESSOR_GROUPS.html used in crate is u32
while it should be u16 https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getactiveprocessorcount
Found while implemented rust-lang/rust#114856
Toolchain version/configuration
No response
Reproducible example
No response
Crate manifest
No response
Expected behavior
No response
Actual behavior
No response
Additional comments
I believe this is https://github.com/microsoft/windows-rs/blob/78a0dbea48f856b03f3e7e650e0e385047d8a10b/crates/libs/windows/src/Windows/Win32/System/SystemServices/mod.rs#L124
Actually in rust repo used
windows-bindgen 0.49
, but i think that there used the same definition.Probably affects other crates that reimports that definition.
The text was updated successfully, but these errors were encountered: