Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f633b4

Browse filesBrowse 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
Copy full SHA for 9f633b4

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎src/port/win32env.c

Copy file name to clipboardExpand all lines: src/port/win32env.c
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.