mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-27 14:45:44 +00:00
a19c008a7f
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. |
||
---|---|---|
.. | ||
android | ||
dummy | ||
emscripten | ||
haiku | ||
macosx | ||
unix | ||
windows | ||
winrt | ||
SDL_locale.c | ||
SDL_syslocale.h |