Win32: unify environment function names
commit3f5e24c74b28e8774fd96e4cc3acde71106e9fc4
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 6 Apr 2012 21:49:38 +0000 (6 16:49 -0500)
tree7d13ed2e8b8f7ce035f6797ebfba1e85ad40cd85
parent17bc7bc5f6b0bdba1e193d681c46dae4b3909fef
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