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

COMDLG_FILTERSPEC Missing from 0.52 was available in 0.48. #2803

Closed
dtzxporter opened this issue Jan 18, 2024 · 2 comments · Fixed by #2804
Closed

COMDLG_FILTERSPEC Missing from 0.52 was available in 0.48. #2803

dtzxporter opened this issue Jan 18, 2024 · 2 comments · Fixed by #2804
Labels
bug Something isn't working

Comments

@dtzxporter
Copy link

Summary

Shell::Common is no longer in windows_sys, which had COMDLG_FILTERSPEC.

Crate manifest

windows-sys = { version = "0.48", features = [
  "Win32_Foundation",
  "Win32_System_Com",
  "Win32_UI_Shell_Common",
  "Win32_UI_Shell",
  "Win32_UI_WindowsAndMessaging",
] }

Crate code

use Win32::UI::Shell::Common::COMDLG_FILTERSPEC;
@kennykerr
Copy link
Collaborator

This namespace appears to have been accidentally excluded from the windows-sys crate. Fixed here: #2804

@dtzxporter
Copy link
Author

Thanks for the quick patch!

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

Successfully merging a pull request may close this issue.

2 participants