Win32: unify environment function names
commita7d5ca783d54a6e0be9ea97c1a7f18c9f0b31c16
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 1 Oct 2012 13:35:01 +0000 (1 14:35 +0100)
treeea0877fd302a5509ea11bf3d97cc6b8132eadce1
parent8e3e4a5906f610f037e1ad44bf0637d31135260a
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