summaryrefslogtreecommitdiff
path: root/src/port/win32env.c
diff options
context:
space:
mode:
authorAndrew Dunstan2013-02-06 19:52:29 +0000
committerAndrew Dunstan2013-02-06 19:52:29 +0000
commite1c1e2173248f39c1b15fca7b2a31ad7b5199ce7 (patch)
treedb58fc5d34d7812a88b144ce4f573fe74406e402 /src/port/win32env.c
parent5a1cd89f8f4a0bc13c85810de47d48bb6386ea89 (diff)
Enable building with Microsoft Visual Studio 2012.
Backpatch to release 9.2 Brar Piening and Noah Misch, reviewed by Craig Ringer.
Diffstat (limited to 'src/port/win32env.c')
-rw-r--r--src/port/win32env.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/port/win32env.c b/src/port/win32env.c
index 5f0f6f98599..b5f4e8e6d66 100644
--- a/src/port/win32env.c
+++ b/src/port/win32env.c
@@ -61,6 +61,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
}
};