1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Fix typo in VS2015 patch

reported by Christian Ullrich
This commit is contained in:
Andrew Dunstan
2016-04-29 09:49:31 -04:00
parent 0fb54de9aa
commit 7dc549238e

View File

@ -70,7 +70,7 @@ pgwin32_putenv(const char *envval)
"msvcr120", 0, NULL "msvcr120", 0, NULL
}, /* Visual Studio 2013 */ }, /* Visual Studio 2013 */
{ {
"urctbase", 0, NULL "ucrtbase", 0, NULL
}, /* Visual Studio 2015 and later */ }, /* Visual Studio 2015 and later */
{ {
NULL, 0, NULL NULL, 0, NULL