aboutsummaryrefslogtreecommitdiff
path: root/src/port/win32env.c
diff options
context:
space:
mode:
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 7430a930b6e..2165d50d668 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
}
};