[pcre-dev] [Bug 2152] warning: "FWRITE" redefined ... error:…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2152] warning: "FWRITE" redefined ... error: _O_BINARY undeclared
https://bugs.exim.org/show_bug.cgi?id=2152

--- Comment #11 from Philip Hazel <ph10@???> ---
(In reply to Zoltan Herczeg from comment #10)
> > +/* some cmake's define it still */
> > +#if defined(__CYGWIN__) && defined(WIN32)
> > #define WIN32
> > #endif
>
> What was the conclusion of this change?


I applied the patch, changing "defined(WIN32)" into "!defined(WIN32)".

--
You are receiving this mail because:
You are on the CC list for the bug.