Win32: unify environment function names
commit35cd98c516d89730826923285ae4f28dd31cdf63
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 13 Sep 2013 08:37:03 +0000 (13 09:37 +0100)
treef11bf76546ea7849c3ca30c34b9c251abdbb9341
parentcc603229a5249df598b4086515f5713a60e1f9ba
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