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