Re: [PATCH v9 0/1] MR4940: bug #56065 - add stub for GetAnycastIpAddressTable()
30 Jan
2024
30 Jan
'24
8:57 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4940#note_59469
765
Age (days ago)
765
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies (@huw)