Win32 DEF file error

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Win32 DEF file error
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FAE6@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: Win32 DEF file error  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
The Win32 DEF files that are generated for libpq contain the attribute
"DESCRIPTION", which is actually only allowed for device drivers. The
compilers ignore it with a warning - if we remove them, we get rid of
the warning.

(ref
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/
html/_core_description.asp)

//Magnus

Вложения

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: BTree tid operators and opclass
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] Non-transactional pg_class, try 2