Win32: unify environment function names
commit69d8e9f64091c64a0dddd9e2e996ddab7d4fd58c
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerKarsten Blees <blees@dcon.de>
Sat, 4 Feb 2012 20:55:52 +0000 (4 21:55 +0100)
tree0d3c97d2804b16daf542e419705160b78e52d50f
parent9fe227aa15bcebb49a9d84728969124c9616868b
Win32: unify environment function names

Environment helper functions use random naming ('env' prefix or suffix or
both, with or without '_'). Change to POSIX naming scheme ('env' suffix,
no '_').

Env_setenv has more in common with putenv than setenv. Change to do_putenv.

Signed-off-by: Karsten Blees <blees@dcon.de>
compat/mingw.c