kc3-lang/SDL/src/misc/winrt

Branch :


Log

Author Commit Date CI Message
265a1cc9 2021-01-05 15:50:02 use WIN_StringToUTF8W instead of WIN_StringToUTF8 where needed (#2) cf. bug #5435. - SDL_wasapi_win32.c (GetWasapiDeviceName): pwszVal is WCHAR* - windows/SDL_sysfilesystem.c (SDL_GetBasePath, SDL_GetPrefPath) - windows/SDL_sysurl.c (SDL_SYS_OpenURL): wurl is WCHAR* - SDL_windowssensor.c (ConnectSensor): bstr_name is WCHAR* - windows/SDL_systhread.c (SDL_SYS_SetupThread): strw is WCHAR*
9130f7c3 2021-01-02 10:25:38 Updated copyright for 2021
46274269 2020-10-06 00:42:17 url: WinRT actually works now (and has been tested, hooray!).
fc05a696 2020-10-05 18:08:58 url: Attempt #23235 at WinRT support...
02addf13 2020-10-05 18:01:47 url: Another attempt at WinRT implementation.
57e3003d 2020-10-05 15:47:47 url: Attempt at WinRT support.