Win32: unify environment function names
commit1778c82f35fe1355c00d282b1477e0d4cfb62156
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 20 May 2012 23:45:38 +0000 (20 17:45 -0600)
tree74ec5ef2f7341f421b58d0663b63e60f9be766b1
parente752da96ff7307d7ef2a6b906f8ca97b09f380f9
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