Win32 DEF file error - Mailing list pgsql-patches

From Magnus Hagander
Subject Win32 DEF file error
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FAE6@algol.sollentuna.se
Whole thread Raw
Responses Re: Win32 DEF file error  (Bruce Momjian <bruce@momjian.us>)
List 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

Attachment

pgsql-patches by date:

Previous
From: Greg Stark
Date:
Subject: Re: BTree tid operators and opclass
Next
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] Non-transactional pg_class, try 2