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

Remove old Windows 7 support code #2817

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Remove old Windows 7 support code #2817

merged 2 commits into from
Jan 25, 2024

Conversation

kennykerr
Copy link
Collaborator

This update finally drops Windows 7 support from the windows-core crate as I did for C++/WinRT some months ago. Much like the Rust compiler, this "support" was never actually tested as we don't have test infrastructure for Windows 7. As a consequence, some Windows 8 only dependencies had crept in a long time ago.

@kennykerr kennykerr merged commit fd997b9 into master Jan 25, 2024
65 checks passed
@kennykerr kennykerr deleted the drop-win7 branch January 25, 2024 16:54
@roblabla
Copy link
Contributor

roblabla commented Feb 17, 2024

Errf, I still use windows-rs on Windows 7, this change is going to cause me issues.

Starting with Rust 1.76, there is now a dedicated for windows7, called x86_64-win7-windows-msvc. Would you accept a PR that #[cfg]-outs the call to RoOriginateError?

@kennykerr
Copy link
Collaborator Author

Just turn it into a nop?

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

Successfully merging this pull request may close these issues.

4 participants