Huw Davies (@huw) commented about dlls/iphlpapi/iphlpapi_main.c:
row->CreationTimeStamp.QuadPart = stat->creation_time;
}
+DWORD WINAPI GetAnycastIpAddressTable(ADDRESS_FAMILY family, MIB_ANYCASTIPADDRESS_TABLE **table)
Could you move this so that it doesn't split the Unicast implementation, perhaps below `GetUnicastIpAddressTable()`?
Also, please capitalize the first leteter of 'add' in the commit message.