Add putenv support for msvcrt from Visual Studio 2013
authorMagnus Hagander
Fri, 22 Apr 2016 09:18:59 +0000 (05:18 -0400)
committerMagnus Hagander
Fri, 22 Apr 2016 09:20:18 +0000 (05:20 -0400)
This was missed when VS 2013 support was added.

Michael Paquier

src/port/win32env.c

index b5f4e8e6d66bd32ff583a8194b5e462dd55c3de0..9177a14b0efb6c124a9dd5c4dcbba9bc017c1a90 100644 (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
        }