summaryrefslogtreecommitdiff
path: root/src/locale
Commit message (Expand)AuthorAgeFilesLines
* consistently use TEXT() macro with LoadLibrary() and GetModuleHandle()Ozkan Sezer2021-01-041-1/+1
* Updated copyright for 2021Sam Lantinga2021-01-0210-10/+10
* use GetModuleHandleW() to retrieve kernel32.dll handle (bug #5390.)Ozkan Sezer2020-12-221-5/+5
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-092-2/+0
* windows/SDL_syslocale.c: make it build against older SDKs.Ozkan Sezer2020-10-061-1/+1
* locale: Removed unused variable.Ryan C. Gordon2020-05-211-1/+0
* locale: Fixed compiler warning on Visual Studio.Ryan C. Gordon2020-05-211-1/+1
* locale: Fixed compiler warning on WinRT.Ryan C. Gordon2020-05-201-1/+1
* locale: Patched to compile on Windows Phone.Ryan C. Gordon2020-05-201-1/+1
* locale: Make sure C++ implementations (Haiku!) use C linkage.Ryan C. Gordon2020-05-191-0/+8
* haiku: Another attempt at fixing build.Ryan C. Gordon2020-05-191-0/+1
* haiku: Patched to compile.Ryan C. Gordon2020-05-191-0/+1
* Android: fix missing prototype warningSylvain Becker2020-05-081-0/+1
* locale: Implemented SDL_GetPreferredLocales().Ryan C. Gordon2020-05-0410-0/+707