This is case only with win32, for win64 it's found all right.
Likely win32 getaddrinfo() is defined as a macro - at least autotools configure that works for win32 checks also for a macro. So I assume that implementing macro detection also to meson will fix this issue.
Split from #44069.
Configure step does not find 'getaddrinfo()'
This is case only with win32, for win64 it's found all right.
Likely win32 getaddrinfo() is defined as a macro - at least autotools configure that works for win32 checks also for a macro. So I assume that implementing macro detection also to meson will fix this issue.