1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2025-03-07 16:56:59 +01:00
sdl2_frt/src/thread/windows
Ozkan Sezer a19c008a7f use GetModuleHandleW() to retrieve kernel32.dll handle (bug #5390.)
SDL_systhread.c and SDL_syslocale.c used to call LoadLibrary() without
calling FreeLibrary() later.  GetModuleHandleW() should always succeed
because GetModuleHandleW() itself is imported from kernel32.dll and we
don't need to bother releasing it.
2020-12-22 17:10:02 +03:00
..
SDL_sysmutex.c Updated copyright date for 2020 2020-01-16 20:49:25 -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