mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-28 00:54:35 +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.