Win32: unify environment function names
commit63e444f70387514c8784af5a3b888b794d723951
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 22 Oct 2012 12:30:43 +0000 (22 13:30 +0100)
treeb456bdcd030f5da54fd3180b11208bc154b7e612
parente90e6190a0289b0c7ff71a64cda8e90d7da94e9b
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