Re: Win32 defines

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Win32 defines
Дата
Msg-id Pine.LNX.4.44.0304180228580.1617-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Win32 defines  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian writes:

> I was confused by win.h.  It looks similar to win32.h and cygwin.h in
> that it defines DLIMPORT stuff, but not much else.  What is that file
> for?  I am looking for something that cygwin and win32 can both use,
> though actually maybe are better just leaving cygwin alone and do just
> win32.  Let me do that, unless you have another suggestion.

cygwin.h is for the Cygwin port and win.h is for the Windows port.  There
will be occasional similiarities, but it's not useful to try to keep them
the same.  (win32.h is for the existing client-side Windows compilation
path.  Eventually, it should be removed and users be directed to use the
real Windows port. -- To be determined; don't worry about it now.)

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Nested transactions, 1st try
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 patch for COPY