Commit 9f633b40 authored by Magnus Hagander's avatar Magnus Hagander

Add putenv support for msvcrt from Visual Studio 2013

This was missed when VS 2013 support was added.

Michael Paquier
parent abb16465
...@@ -66,6 +66,9 @@ pgwin32_putenv(const char *envval) ...@@ -66,6 +66,9 @@ pgwin32_putenv(const char *envval)
{ {
"msvcr110", 0, NULL "msvcr110", 0, NULL
}, /* Visual Studio 2012 */ }, /* Visual Studio 2012 */
{
"msvcr120", 0, NULL
}, /* Visual Studio 2013 */
{ {
NULL, 0, NULL NULL, 0, NULL
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment