summaryrefslogtreecommitdiff
path: root/src/port/win32env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/win32env.c')
-rw-r--r--src/port/win32env.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/port/win32env.c b/src/port/win32env.c
index f16a9f9bf71..801b828f362 100644
--- a/src/port/win32env.c
+++ b/src/port/win32env.c
@@ -86,7 +86,10 @@ pgwin32_putenv(const char *envval)
"msvcr120d", NULL, NULL
},
{
- NULL, NULL, NULL
+ "urctbase", 0, NULL
+ }, /* Visual Studio 2015 and later */
+ {
+ NULL, 0, NULL
}
};
int i;