Files
git/compat
Jeff Hostetler 68beae1431 msvc: convert environment from/to UTF-16 on the fly
This adds MSVC versions of getenv() and friends. These take UTF-8
arguments and return UTF-8 values, but use the UNICODE versions
of the CRT routines.  This avoids the need to write to __environ
(which is only visible if you statically link to the CRT).  This
also avoids the CP_ACP conversions performed inside the CRT.
It also avoids various memory leaks and problems.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
2017-08-26 13:53:20 +02:00
..
2017-06-27 10:35:49 -07:00
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2017-08-26 13:53:20 +02:00
2013-04-12 12:23:20 -07:00
2017-01-23 11:02:34 -08:00