aboutsummaryrefslogtreecommitdiff
path: root/src/port/win32env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/win32env.c')
-rw-r--r--src/port/win32env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/win32env.c b/src/port/win32env.c
index d6b0ebe7e57..e64065ca295 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