-
Notifications
You must be signed in to change notification settings - Fork 497
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: windows_sys::Wdk::Foundation::DRIVER_OBJECT requires feature Win32_Graphics_DirectDraw #2543
Comments
The whole DirectDraw is missing in the sys crate. |
I first reported this issue here: microsoft/wdkmetadata#35 It looks like it might have been fixed, but |
Ah, good to know. Thanks! Also, there are more discrepancies in the Wdk. For example, in Wdk/Foundation, there is: but Wdk/System/SystemServices has: also, driver dispatch routine seems off in Wdk/Foundation: Should I create separate issue for this, or is this addressed in the wdkmetadata already as well? |
Yep if you are unsure feel free to open issues on the wdk repo. |
#2573 updated the repo with the latest metadata. Please kick the tires and let me know if you experience any issues. |
Thanks! The issue with feature gate went away, though the discrepancy between PDRIVER_UNLOAD/PDRIVER_DISPATCH types is still there. |
Please open an issue on the appropriate repo. |
Which crate is this about?
windows-sys
Crate version
0.48.0
Summary
windows_sys::Wdk::Foundation::DRIVER_OBJECT
requires featureWin32_Graphics_DirectDraw
, however that feature is missing in sys/Cargo.tomlToolchain version/configuration
No response
Reproducible example
No response
Crate manifest
No response
Expected behavior
No response
Actual behavior
No response
Additional comments
No response
The text was updated successfully, but these errors were encountered: