We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb54de commit 7dc5492Copy full SHA for 7dc5492
src/port/win32env.c
@@ -70,7 +70,7 @@ pgwin32_putenv(const char *envval)
70
"msvcr120", 0, NULL
71
}, /* Visual Studio 2013 */
72
{
73
- "urctbase", 0, NULL
+ "ucrtbase", 0, NULL
74
}, /* Visual Studio 2015 and later */
75
76
NULL, 0, NULL
0 commit comments