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:50:38 -0400 |
commit | b71b4d8528d67198c190294d16bee8df66e42eb9 (patch) | |
tree | bff4341f980dafd97befc22e52685fb5d3499f46 /src/port/win32env.c | |
parent | da52474f3d3cbdf38d8a6677a4ebedaf402ade3a (diff) | |
download | postgresql-b71b4d8528d67198c190294d16bee8df66e42eb9.tar.gz postgresql-b71b4d8528d67198c190294d16bee8df66e42eb9.zip |
Fix typo in VS2015 patch
reported by Christian Ullrich
Diffstat (limited to 'src/port/win32env.c')
-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 dfe4c912030..7c77f2e17b4 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 |