mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
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. |
||
|---|---|---|
| .. | ||
| generic | ||
| os2 | ||
| psp | ||
| pthread | ||
| stdcpp | ||
| windows | ||
| SDL_systhread.h | ||
| SDL_thread.c | ||
| SDL_thread_c.h | ||