diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2016-04-29 09:49:31 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2016-04-29 09:49:31 -0400 |
commit | 7dc549238eabe6a634af3e24520f2c3f5667f76f (patch) | |
tree | 23155fc417d8f4f49686566579174c64b44f1416 /src/port | |
parent | 0fb54de9aa4ffb792ea63af853146021ae501f12 (diff) | |
download | postgresql-7dc549238eabe6a634af3e24520f2c3f5667f76f.tar.gz |
Fix typo in VS2015 patch
reported by Christian Ullrich
Diffstat (limited to 'src/port')
-rw-r--r-- | src/port/win32env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/win32env.c b/src/port/win32env.c index d6b0ebe7e5..e64065ca29 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 |