Win32: unify environment function names
commit851e9bbdeeb70140c03d88f5095947be117ef24a
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerStepan Kasal <kasal@ucw.cz>
Thu, 29 May 2014 08:40:20 +0000 (29 10:40 +0200)
treef40919626e480e7db6ba47f580ce53c0d91bcedc
parentfbe6bfcf1c579a9f633c17e398810513cfc3279b
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