sdl2_frt/src/thread/windows
Joel Linn 548cb90893 Add SDL_mutex implementation using Windows Slim Reader/Writer Locks Keep Critical Section impl for Windows XP/Vista - choose at runtime
v2: - Add SRW definitions as suggested by Ozkan Sezer
      Allows building against older platform headers.
    - Rename "hidden" function parameter `mutex_` to `_mutex`

v3: - Use GetModuleHandle instead of LoadLibrary
    - Fix typo in comment
2020-12-23 13:33:36 -08:00
..
SDL_sysmutex.c Add SDL_mutex implementation using Windows Slim Reader/Writer Locks Keep Critical Section impl for Windows XP/Vista - choose at runtime 2020-12-23 13:33:36 -08:00
SDL_syssem.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_systhread_c.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_systhread.c use GetModuleHandleW() to retrieve kernel32.dll handle (bug #5390.) 2020-12-22 17:10:02 +03:00
SDL_systls.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00