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
Shell::Common is no longer in windows_sys, which had COMDLG_FILTERSPEC.
COMDLG_FILTERSPEC
windows-sys = { version = "0.48", features = [ "Win32_Foundation", "Win32_System_Com", "Win32_UI_Shell_Common", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", ] }
use Win32::UI::Shell::Common::COMDLG_FILTERSPEC;
The text was updated successfully, but these errors were encountered:
Windows.Win32.UI.Shell.Common
windows-sys
This namespace appears to have been accidentally excluded from the windows-sys crate. Fixed here: #2804
Sorry, something went wrong.
Thanks for the quick patch!
Successfully merging a pull request may close this issue.
Summary
Shell::Common is no longer in windows_sys, which had
COMDLG_FILTERSPEC
.Crate manifest
Crate code
The text was updated successfully, but these errors were encountered: