SDL/src/thread/windows
Joel Linn d6afc1c608 thread/windows: Statically link synchronization APIs on WINRT
GetModuleHandleW is not available on those platforms
---
 .../WinPhone81_VS2013/SDL-WinPhone81.vcxproj         |  8 ++++----
 VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.vcxproj     | 12 ++++++------
 src/thread/windows/SDL_sysmutex.c                    | 12 ++++++++++++
 src/thread/windows/SDL_syssem.c                      | 11 +++++++++++
 4 files changed, 33 insertions(+), 10 deletions(-)
2020-12-25 04:00:20 +03:00
..
SDL_sysmutex.c thread/windows: Statically link synchronization APIs on WINRT 2020-12-25 04:00:20 +03:00
SDL_syssem.c thread/windows: Statically link synchronization APIs on WINRT 2020-12-25 04:00:20 +03:00
SDL_systhread.c use GetModuleHandleW() to retrieve kernel32.dll handle (bug #5390.) 2020-12-22 17:10:02 +03:00
SDL_systhread_c.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_systls.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00