Re: pgsql: Support building with Visual Studio 2015

Поиск
Список
Период
Сортировка
От Christian Ullrich
Тема Re: pgsql: Support building with Visual Studio 2015
Дата
Msg-id 354e8d47-3e09-a1f5-35ba-e47d1685a6ef@chrullrich.net
обсуждение исходный текст
Ответ на pgsql: Support building with Visual Studio 2015  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Support building with Visual Studio 2015  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
* Andrew Dunstan wrote:

> Support building with Visual Studio 2015
> http://git.postgresql.org/pg/commitdiff/da52474f3d3cbdf38d8a6677a4ebedaf402ade3a

diff --git a/src/port/win32env.c b/src/port/win32env.c
index 7e4ff62..d6b0ebe 100644 (file)
--- a/src/port/win32env.c
+++ b/src/port/win32env.c
@@ -70,6 +70,9 @@ pgwin32_putenv(const char *envval)
             "msvcr120", 0, NULL
         },                      /* Visual Studio 2013 */
         {
+           "urctbase", 0, NULL
+       },                      /* Visual Studio 2015 and later */
+       {
             NULL, 0, NULL
         }
     };

s/urctbase/ucrtbase/

Sorry, I missed that this morning.

--
Christian




В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Support building with Visual Studio 2015
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Support building with Visual Studio 2015