Use POSIX getenv on Cygwin
authorErik M. Bray <erik.bray@lri.fr>
Fri, 15 Mar 2019 14:06:30 +0000 (15:06 +0100)
committerErik M. Bray <erik.bray@lri.fr>
Fri, 15 Mar 2019 14:06:30 +0000 (15:06 +0100)
commit1006ff8a7bc4ee77150d6f13483838c96789e3fc
tree145a5c1d001f085708ae749138996f7c9c91c63d
parent4fc17d0d754b7905667fb84a68cf37a0d28a93bd
Use POSIX getenv on Cygwin

The Windows-native GetEnvironmentVariable cannot be relied on, as
Cygwin does not always copy environment variables set through Cygwin
to the Windows environment block, particularly after fork().
common.h