SDL/src/locale
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
..
android Android: fix missing prototype warning 2020-05-08 11:15:38 +02:00
dummy locale: Implemented SDL_GetPreferredLocales(). 2020-05-04 02:27:29 -04:00
emscripten locale: Implemented SDL_GetPreferredLocales(). 2020-05-04 02:27:29 -04:00
haiku haiku: Another attempt at fixing build. 2020-05-19 01:19:52 -04:00
macosx locale: Implemented SDL_GetPreferredLocales(). 2020-05-04 02:27:29 -04:00
unix Fixed bug 5235 - All internal sources should include SDL_assert.h 2020-12-09 07:16:22 -08:00
windows use GetModuleHandleW() to retrieve kernel32.dll handle (bug #5390.) 2020-12-22 17:10:02 +03:00
winrt locale: Fixed compiler warning on WinRT. 2020-05-20 16:43:02 -04:00
SDL_locale.c locale: Implemented SDL_GetPreferredLocales(). 2020-05-04 02:27:29 -04:00
SDL_syslocale.h locale: Make sure C++ implementations (Haiku!) use C linkage. 2020-05-19 03:14:46 -04:00