Re: Win32 defines

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Win32 defines
Дата
Msg-id 200304042048.h34KmTN00295@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Win32 defines  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Win32 defines  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > This adds some Win32 defines to cygwin defines --- this isn't all of
> > them, but it is most.
>
> You got at least some of these backwards, eg
>
> > ! #ifndef __CYGWIN__
>
> > ! #if defined(__CYGWIN__) || defined(WIN32)

Thanks.  Fixed.  I reviewed them all, but hacked at this one after
checking.

> Also, are you sure that it's really appropriate to handle the native
> port like Cygwin in each of these cases?  Maybe so, I didn't look...

I am goiing to back off some of these until it is compiled on Win32 ---
I am not positive if some of these are cygwin-specific changes and which
are Win32 also.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: system() patch for Win32
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Win32 defines