mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Fix typo in VS2015 patch
reported by Christian Ullrich
This commit is contained in:
parent
0fb54de9aa
commit
7dc549238e
@ -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…
Reference in New Issue
Block a user