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

SHOpenFolderAndSelectItems missing in windows-sys #2885

Closed
amrbashir opened this issue Feb 27, 2024 · 3 comments
Closed

SHOpenFolderAndSelectItems missing in windows-sys #2885

amrbashir opened this issue Feb 27, 2024 · 3 comments
Labels
question Further information is requested

Comments

@amrbashir
Copy link

amrbashir commented Feb 27, 2024

Summary

Seems like SHOpenFolderAndSelectItems is not present in windows-sys while available in the full windows crate and I am not sure if it is missing by deliberate decision or not.

Crate manifest

windows-sys = "0.52.0"

Crate code

No response

@amrbashir amrbashir added the bug Something isn't working label Feb 27, 2024
@riverar
Copy link
Collaborator

riverar commented Feb 27, 2024

Already fixed as of #2804, should see it in windows-sys 0.53 when released. If you want the change now, you can point to the repository in your dependencies.

[dependencies.windows-sys]
git = "https://github.com/microsoft/windows-rs/"
features = [
    "Win32_UI_Shell_Common"
]

@kennykerr Is a 0.53 -sys crate release planned?

@kennykerr
Copy link
Collaborator

I have no plans for a windows-sys crate release at this time. That crate is released very infrequently to avoid "version churn".

@kennykerr kennykerr added question Further information is requested and removed bug Something isn't working labels Feb 27, 2024
@amrbashir
Copy link
Author

I guess this can be closed then, will wait for next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants