Re: [HACKERS] Missing lookup in msvcr120 for pgwin32_putenv

2016-04-22 Thread Magnus Hagander
On Thu, Apr 21, 2016 at 11:16 PM, Michael Paquier wrote: > Hi all, > > While looking at e545281 I bumped into the following thing that has > visibly been forgotten since VS2013 support has been added: > --- a/src/port/win32env.c > +++ b/src/port/win32env.c > @@ -67,6 +67,9 @@ pgwin32_putenv(const

[HACKERS] Missing lookup in msvcr120 for pgwin32_putenv

2016-04-21 Thread Michael Paquier
Hi all, While looking at e545281 I bumped into the following thing that has visibly been forgotten since VS2013 support has been added: --- a/src/port/win32env.c +++ b/src/port/win32env.c @@ -67,6 +67,9 @@ pgwin32_putenv(const char *envval) "msvcr110", 0, NULL },