mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Add putenv support for msvcrt from Visual Studio 2013
This was missed when VS 2013 support was added. Michael Paquier
This commit is contained in:
parent
81deadd317
commit
409c49c64a
@ -66,6 +66,9 @@ pgwin32_putenv(const char *envval)
|
|||||||
{
|
{
|
||||||
"msvcr110", 0, NULL
|
"msvcr110", 0, NULL
|
||||||
}, /* Visual Studio 2012 */
|
}, /* Visual Studio 2012 */
|
||||||
|
{
|
||||||
|
"msvcr120", 0, NULL
|
||||||
|
}, /* Visual Studio 2013 */
|
||||||
{
|
{
|
||||||
NULL, 0, NULL
|
NULL, 0, NULL
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user