SDL/VisualC
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 Allow usage of the new Condition Variable code with Critical Sections 2021-09-17 19:38:09 -04:00
SDLmain Automatically select the default platform toolset for MSVC builds 2021-07-24 16:06:54 -07:00
SDLtest Automatically select the default platform toolset for MSVC builds 2021-07-24 16:06:54 -07:00
tests Added testwm2 to the Visual Studio test programs 2021-07-27 10:57:40 -07:00
visualtest ran 'chmod -x' on two files 2018-06-30 20:03:23 +03:00
SDL.sln Reverted accidental Visual Studio version bump in SDL.sln 2021-07-27 12:51:44 -07:00
clean.sh Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00