Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f633b4

Browse files
committed
Add putenv support for msvcrt from Visual Studio 2013
This was missed when VS 2013 support was added. Michael Paquier
1 parent abb1646 commit 9f633b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/port/win32env.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ pgwin32_putenv(const char *envval)
6666
{
6767
"msvcr110", 0, NULL
6868
}, /* Visual Studio 2012 */
69+
{
70+
"msvcr120", 0, NULL
71+
}, /* Visual Studio 2013 */
6972
{
7073
NULL, 0, NULL
7174
}

0 commit comments

Comments
 (0)