Win32: unify environment function names
commit6ad92b917f67ccac9c5784a277c959afc3e85eaa
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 29 May 2012 02:47:46 +0000 (28 21:47 -0500)
tree854327ee2dfe7bb08fc27efaf96264986f63147b
parent806c2ef4fee799cb7bb0dc4da98caffe3676a57f
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