Re: 2 small patches that fix 8.3.5 compile issues on Vista+MingW+Msys

Поиск
Список
Период
Сортировка
От Charlie Savage
Тема Re: 2 small patches that fix 8.3.5 compile issues on Vista+MingW+Msys
Дата
Msg-id 49129169.6010001@savagexi.com
обсуждение исходный текст
Ответ на 2 small patches that fix 8.3.5 compile issues on Vista+MingW+Msys  (Charlie Savage <cfis@savagexi.com>)
Ответы Re: 2 small patches that fix 8.3.5 compile issues on Vista+MingW+Msys  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Charlie Savage wrote:
> A couple of months ago I noted that 8.3.4 doesn't compile on Vista using
> MingW+msys under certain conditions:
>
> http://archives.postgresql.org/pgsql-hackers/2008-09/msg01496.php
>
> 8.3.5 has the same problem.
>
> Attached are two one line patches that fix it.

Sorry, I attached incorrect patches in the original email.  Here are the
correct ones.

Thanks,

Charlie
--
Charlie Savage
http://cfis.savagexi.com
*** libpq-be.h.old    Wed Nov  5 23:32:50 2008
--- libpq-be.h    Wed Nov  5 23:35:52 2008
***************
*** 47,52 ****
--- 47,53 ----

  #ifdef ENABLE_SSPI
  #define SECURITY_WIN32
+ #include <ntsecapi.h>
  #include <security.h>
  #undef SECURITY_WIN32

*** libpq-int.h.old    Wed Nov  5 23:37:48 2008
--- libpq-int.h    Wed Nov  5 23:38:14 2008
***************
*** 54,59 ****
--- 54,60 ----

  #ifdef ENABLE_SSPI
  #define SECURITY_WIN32
+ #include <ntsecapi.h>
  #include <security.h>
  #undef SECURITY_WIN32


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

Предыдущее
От: Charlie Savage
Дата:
Сообщение: 2 small patches that fix 8.3.5 compile issues on Vista+MingW+Msys
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: plperl needs upgrade for Fedora 10