Files
git/compat
Jeff Hostetler 8ca8cc753b msvc: provide a main() wrapper similar to mingw_main()
The MINGW version of the main() wrapper gets away with declaring symbols
that were intentionally not exported. However, some of these symbols do
not actually exist in MSVC's UCRT.

So let's add an MSVC version of the main() wrapper that uses wmain() and
imports the UNICODE argv and environment. While at it, we pass our UTF-8
version of ARGV to the real main -- rather than overwriting __argv as is
done in the MINGW Version.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
2018-09-10 16:41:55 -04:00
..
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2018-09-10 16:41:54 -04:00
2017-01-23 11:02:34 -08:00