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

[Windows] Switch from Windows 8+ futex to std::mutex. #12

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Jul 27, 2024

Restores Windows 7 support.

New Windows 8+ futex implementation was added recently, but seems like it is mostly used by ANGLE over Vulkan backend (which we do not include), it's also disabled in ANGLE builds used by Chromium.

@akien-mga akien-mga merged commit 5b179da into godotengine:godot-static Jul 28, 2024
14 checks passed
@akien-mga
Copy link
Member

Thanks!

@bruvzg bruvzg deleted the win_7 branch July 28, 2024 16:58
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.

2 participants