Win32: unify environment function names
commit79f40d6f21deb28fda48549d738283741723d770
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 30 Mar 2012 18:44:00 +0000 (30 13:44 -0500)
tree829c9b65f4772c08d629bd79a4fb73b02a807bb4
parent1e79ae7007c8313fdfbd2cccd1936d6e2792210f
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