mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-04 19:07:18 +00:00
Otherwise, when you call SDL_CreateCondition() in something that can otherwise survive in a single-threaded build, you'll get an error that seems fatal. We already do this for mutexes and rwlocks (but not semaphores!) Fixes #9558.