Add putenv support for msvcrt from Visual Studio 2013

This was missed when VS 2013 support was added.

Michael Paquier
This commit is contained in:
Magnus Hagander 2016-04-22 05:18:59 -04:00
parent abb164655c
commit 9f633b404c
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ pgwin32_putenv(const char *envval)
{
"msvcr110", 0, NULL
}, /* Visual Studio 2012 */
{
"msvcr120", 0, NULL
}, /* Visual Studio 2013 */
{
NULL, 0, NULL
}