https://bugs.exim.org/show_bug.cgi?id=2152
--- Comment #11 from Philip Hazel <[email protected]> --- (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. -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
