mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Enable building with Microsoft Visual Studio 2012.
Backpatch to release 9.2 Brar Piening and Noah Misch, reviewed by Craig Ringer.
This commit is contained in:
@ -60,6 +60,12 @@ pgwin32_putenv(const char *envval)
|
||||
{
|
||||
"msvcr90", 0, NULL
|
||||
}, /* Visual Studio 2008 */
|
||||
{
|
||||
"msvcr100", 0, NULL
|
||||
}, /* Visual Studio 2010 */
|
||||
{
|
||||
"msvcr110", 0, NULL
|
||||
}, /* Visual Studio 2012 */
|
||||
{
|
||||
NULL, 0, NULL
|
||||
}
|
||||
|
Reference in New Issue
Block a user