On 02/18/2012 09:56 AM, Michael Meskes wrote:
Windows doesn't have strtok_r, so let's use strtok_s instead.


This broke mingw builds.

I think you need a test like:

    #if defined(WIN32) && ! defined(__GNUC__)

cheers

andrew


--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to