SDL/VisualC/SDL
Cameron Gutman 5dccffd7e4 Allow usage of the new Condition Variable code with Critical Sections
Vista and later provide the SleepConditionVariableCS() function for this.

Since SDL_syscond_srw.c doesn't require SRW locks anymore, rename it to
SDL_syscond_cv.c which better reflects the implementation of condition
variables rather than the implementation of mutexes.

Fixes #4051.
2021-09-17 19:38:09 -04:00
..
SDL.vcxproj Allow usage of the new Condition Variable code with Critical Sections 2021-09-17 19:38:09 -04:00
SDL.vcxproj.filters Allow usage of the new Condition Variable code with Critical Sections 2021-09-17 19:38:09 -04:00