Re: BUG #3813: PGDLLIMPORT conflict - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3813: PGDLLIMPORT conflict
Date
Msg-id 21013.1197478829@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3813: PGDLLIMPORT conflict  ("Nguyen Hoa Phong" <fong_nh@yahoo.com>)
List pgsql-bugs
"Nguyen Hoa Phong" <fong_nh@yahoo.com> writes:
> So I think that maybe we should have more one define for this:

> #if defined(WIN32) || defined(__CYGWIN__)
>  #define PGDLLIMPORT __declspec (dllexport)
> #endif

You haven't actually explained why this is better, or even why it
won't break things...

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Nguyen Hoa Phong"
Date:
Subject: BUG #3813: PGDLLIMPORT conflict
Next
From: "Christian Ullrich"
Date:
Subject: BUG #3814: initdb fails when not run from installation directory