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

Bug: Missing definitions for DEVPROP_BOOLEAN #1621

Closed
Rimpampa opened this issue Jul 16, 2023 · 1 comment
Closed

Bug: Missing definitions for DEVPROP_BOOLEAN #1621

Rimpampa opened this issue Jul 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Rimpampa
Copy link

Which crate is this about?

windows-sys

Crate version

0.48.0

Summary

Seems like the types and consts shown in the DEVPROP_TYPE_BOOLEAN documentation are missing:

typedef CHAR DEVPROP_BOOLEAN, *PDEVPROP_BOOLEAN;
#define DEVPROP_TRUE  ((DEVPROP_BOOLEAN)-1)
#define DEVPROP_FALSE ((DEVPROP_BOOLEAN) 0)

Toolchain version/configuration

No response

Reproducible example

No response

Crate manifest

No response

Expected behavior

No response

Actual behavior

No response

Additional comments

No response

@Rimpampa Rimpampa added the bug Something isn't working label Jul 16, 2023
@kennykerr
Copy link
Contributor

Transferring to the Win32 metadata repo for their consideration.

@kennykerr kennykerr transferred this issue from microsoft/windows-rs Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants