Win32 DEF file error

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Win32 DEF file error
Date: 2006-07-10 15:01:51
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FAE6@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
libpq_def.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2006-07-10 16:30:15 Re: [HACKERS] Non-transactional pg_class, try 2
Previous Message Greg Stark 2006-07-07 05:16:51 Re: BTree tid operators and opclass