Win32: unify environment function names
commit577a257505c750057000de9ccddbfdd6d7cf66d5
authorKarsten Blees <blees@dcon.de>
Wed, 5 Oct 2011 20:01:46 +0000 (5 22:01 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 5 Dec 2013 23:19:48 +0000 (5 23:19 +0000)
treeb81cf58724d036ddd0858b726074d8506dee61ba
parent10934dbc695a9638187cb37fcd342014ecf34f97
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