Win32: unify environment function names
commit96e1394fe505c5f9b309a0e46ba026a8f45e714a
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 May 2012 16:13:31 +0000 (3 11:13 -0500)
tree8718a69b1f66866c12f1e04e8fabd54b0c1679d9
parent6ccd2ac92b8ca00d1b7c6319f504f63f00ea28e5
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