Fix typo in VS2015 patch

reported by Christian Ullrich
pull/30/head
Andrew Dunstan 10 years ago
parent da52474f3d
commit b71b4d8528
  1. 2
      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

Loading…
Cancel
Save