Re: BUG #15080: ecpg on windows doesn't define HAVE_LONG_LONG_INT - Mailing list pgsql-bugs

From Andrew Dunstan
Subject Re: BUG #15080: ecpg on windows doesn't define HAVE_LONG_LONG_INT
Date
Msg-id 12d3f637-220b-7f86-0e42-4b7be751722d@dunslane.net
Whole thread Raw
In response to Re: BUG #15080: ecpg on windows doesn't define HAVE_LONG_LONG_INT  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #15080: ecpg on windows doesn't define HAVE_LONG_LONG_INT  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-bugs

On 05/19/2018 07:31 PM, Tom Lane wrote:
>
>>      /* add this define on XP only, not needed elsewhere */
>>      #ifdef WIN32_WINNT
>>      #if WIN32_WINNT < 0x0600
>>      #define __USE_MINGW_ANSI_STDIO 1
>>      #endif
>>      #endif
> I'd be inclined to just stick -D__USE_MINGW_ANSI_STDIO=1 into
> frogmouth's configuration.  Given that we've already tossed
> support for XP overboard in HEAD, it would seem a bit silly
> to put it back in this way.
>
>             



Good point. Doing that now.

cheers

andrew



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #15080: ecpg on windows doesn't define HAVE_LONG_LONG_INT
Next
From: Andrew Dunstan
Date:
Subject: Re: BUG #15080: ecpg on windows doesn't define HAVE_LONG_LONG_INT