mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-09 06:43:23 +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.