Re: BUG #3813: PGDLLIMPORT conflict

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nguyen Hoa Phong" <fong_nh(at)yahoo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3813: PGDLLIMPORT conflict
Date: 2007-12-12 17:00:29
Message-ID: 21013.1197478829@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Nguyen Hoa Phong" <fong_nh(at)yahoo(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Christian Ullrich 2007-12-12 17:21:25 BUG #3814: initdb fails when not run from installation directory
Previous Message Nguyen Hoa Phong 2007-12-12 10:41:42 BUG #3813: PGDLLIMPORT conflict