SDL/src/main
Sam Lantinga 972f5a3485 Fixed bug 3452 - Getting unicode arguments for the main entry point on Windows
Simon Hug

There are currently three entry points in the SDL2_main code for windows: main, wmain and WinMain. Only the latter two properly convert the arguments to UTF-8.

Console applications linked with MSVC will always link with the main entry point (wmain has to be selected by manually setting the entry point). This makes it likely that such programs will not have proper unicode arguments.
2016-10-14 08:27:44 -07:00
..
android Android: Fixed compile warning about a missing prototype (thanks, Sylvain!). 2016-07-17 21:42:53 +02:00
dummy Added missing copyright notices 2014-03-13 21:21:26 -07:00
haiku Patched to compile on Haiku...? 2016-04-12 18:40:44 -04:00
nacl Updated copyright to 2016 2016-01-02 10:10:34 -08:00
psp Added missing guards in implementation for PSP. 2015-01-31 22:45:54 +01:00
windows Fixed bug 3452 - Getting unicode arguments for the main entry point on Windows 2016-10-14 08:27:44 -07:00
winrt WinRT: workaround a possible Windows bug, whereby hiding cursors, disables mouse-moved events 2016-05-14 23:29:49 -04:00