On 8/3/2015 21:46, Corinna Vinschen wrote:
>
> The best result would be if you (or we) could convince the mingw-w64
> guys not to use _N. Jon? Any chance you could apply a patch to use
> _n with lower case n?
>
> For the time being, you can push/pop the clashing macros prior to
> including the problematic header(s):
>
> #include <ctype.h>
> #pragma push_macro ("_N")
> #undef _N
> #include <wspiapi.h>
> #pragma pop_macro("_N")
>
> OK, I'll see to this.
signature.asc
Description: OpenPGP digital signature

