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 da52474 commit b71b4d8Copy full SHA for b71b4d8
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