Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81deadd
)
Add putenv support for msvcrt from Visual Studio 2013
author
Magnus Hagander
<magnus@hagander.net>
Fri, 22 Apr 2016 09:18:59 +0000
(
05:18
-0400)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 22 Apr 2016 09:19:57 +0000
(
05:19
-0400)
This was missed when VS 2013 support was added.
Michael Paquier
src/port/win32env.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/win32env.c
b/src/port/win32env.c
index 923cd03a21531105b96ab44c5c1f97ad18f65e1a..bf1203f862cec879d138b38b3f6644c701d822cc 100644
(file)
--- a/
src/port/win32env.c
+++ b/
src/port/win32env.c
@@
-66,6
+66,9
@@
pgwin32_putenv(const char *envval)
{
"msvcr110", 0, NULL
}, /* Visual Studio 2012 */
+ {
+ "msvcr120", 0, NULL
+ }, /* Visual Studio 2013 */
{
NULL, 0, NULL
}