Re: APR 1.0 released - Mailing list pgsql-hackers

From Tom Lane
Subject Re: APR 1.0 released
Date
Msg-id 6891.1094749101@sss.pgh.pa.us
Whole thread Raw
In response to Re: APR 1.0 released  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: APR 1.0 released  (Reini Urban <rurban@x-ray.at>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I'm not sure exactly what Bruce checked, so I just spent a few cycles 
> making sure that we did not inadvertantly pick up a define of WIN32 from 
> windows.h anywhere else. I *think* we are OK on that. However, ISTM this 
> is a foot just waiting to be shot - in retrospect using WIN32 as our 
> marker for native Windows, which we do in a great many places (around 
> 300 by my count) was a less than stellar choice, given that it is 
> defined by windows.h, and especially since we use that header for Cygwin 
> as well as for Windows native in a few places.

Well, it's easily changed, if all that's needed is a search-and-replace.
Suggestions for a better name?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: APR 1.0 released
Next
From: Andrew Dunstan
Date:
Subject: Re: psql questions: SQL, progname, copyright dates