for details see https://bugs.winehq.org/show_bug.cgi?id=56065
This change adds an implementation of Win32 API function GetAnycastIpAddressTable() that is used by Adoptium OpenJDK 21 and later to initialize Secure Random Generator. This implementation does not return real information, it just says "no entries found".
--
v2: iphlpapi: formatting.
iphlpapi: more compact code in GetAnycastIpAddressTable().
iphlpapi: changed TRACE() and FIXME() in GetAnycastIpAddressTable().
https://gitlab.winehq.org/wine/wine/-/merge_requests/4940