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

Michael Paquier

src/port/win32env.c

index 536f6466ad80d81836427cdb22cb7cfd2501a921..7e4ff624820b91dfb228a6b293b9beecd50b3e74 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
        }