kc3-lang/SDL/src/misc/windows

Branch :


Log

Author Commit Date CI Message
120c76c8 2022-01-03 09:40:00 Updated copyright for 2022
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
566479c8 2020-10-05 15:37:37 url: ShellExecuteW returns an HINSTANCE, so deal with that more correctly.
ee56090d 2020-10-05 15:03:44 url: Cleanups and compiler warning fixes.
a3802cc5 2020-10-05 14:30:33 url: Patched to compile on C89 compilers.
0099e38a 2020-10-05 14:21:03 url: More win32 fixes.
1f4fecc5 2020-10-05 14:07:32 url: Patched to compile on Windows.
77c9d73b 2020-10-05 11:30:33 Removed SDL_AndroidOpenURL, added SDL_OpenURL. Still needs to be wired into Xcode and Visual Studio projects.