From: Andrew Dunstan Date: Fri, 29 Apr 2016 13:49:31 +0000 (-0400) Subject: Fix typo in VS2015 patch X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b71b4d8528d67198c190294d16bee8df66e42eb9;p=users%2Fheikki%2Fpostgres.git Fix typo in VS2015 patch reported by Christian Ullrich --- diff --git a/src/port/win32env.c b/src/port/win32env.c index dfe4c91203..7c77f2e17b 100644 --- a/src/port/win32env.c +++ b/src/port/win32env.c @@ -70,7 +70,7 @@ pgwin32_putenv(const char *envval) "msvcr120", 0, NULL }, /* Visual Studio 2013 */ { - "urctbase", 0, NULL + "ucrtbase", 0, NULL }, /* Visual Studio 2015 and later */ { NULL, 0, NULL