Files
SDL/include/SDL3
Daniel Gibson ac8a041541 SDL_main for Win32: Get rid of console_*main, add wWinMain()
I don't think there's any point in console_*main() for non-MSVC - I think
it can't be called anyway now that SDL_main is header-only.
So I renamed those functions to main() and wmain() and made them MSVC-only

For reference, MinGW (at least the version I tested) supports both main()
and WinMain(), no matter if compiled with -mconsole or -mwindows (it seems
to prefer main() over WinMain() if both are available, in both cases).
But when building with -municode, it needs wmain() or wWinMain(), so
that case is now handled with wWinMain()
2022-12-29 21:50:58 -08:00
..
2022-12-27 06:21:13 -08:00
2022-12-28 19:40:25 -08:00
2022-12-27 06:08:31 -08:00
2022-12-29 14:50:31 -08:00
2022-12-27 06:36:39 -08:00
2022-12-28 19:40:25 -08:00
2022-12-27 09:47:24 -08:00