Is "WIN32" #defined in Cygwin builds? - Mailing list pgsql-hackers

From Tom Lane
Subject Is "WIN32" #defined in Cygwin builds?
Date
Msg-id 797.1441045268@sss.pgh.pa.us
Whole thread Raw
Responses Re: Is "WIN32" #defined in Cygwin builds?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
I started wondering about $subject because we are fairly schizophrenic
about whether we believe this.  For example, only a few lines apart in
dirmod.c, there are

#if defined(WIN32) || defined(__CYGWIN__)

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

Presumably, one of these could be simplified, but I'm not sure which.
        regards, tom lane



pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Should \o mean "everything?"
Next
From: dinesh kumar
Date:
Subject: Re: [PATCH] SQL function to report log message