[Mingw-w64-public] cannot build WTF???

2021-07-23 Thread unlvsur unlvsur
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:76:21: error: static declaration of 'IN6_IS_ADDR_MC_LINKLOCAL' follows non-static declaration 76 | WS2TCPIP_INLINE int IN6_IS_ADDR_MC_LINKLOCAL(const struct in6_addr *a) { return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_

Re: [Mingw-w64-public] Patch WS2 Inline Functions

2021-07-23 Thread Jonathan Marler
Ah that's good to know so we can look out for that when we take the next release. We try our best and we appreciate the time and help. On Fri, Jul 23, 2021, 12:08 AM Martin Storsjö wrote: > On Thu, 22 Jul 2021, Jonathan Marler wrote: > > > The linker errors were found by a Zig user and I took u