Aida Jonikienė (@DodoGTA) commented about dlls/iphlpapi/iphlpapi_main.c:
row->CreationTimeStamp.QuadPart = stat->creation_time;
}
+DWORD WINAPI GetAnycastIpAddressTable(ADDRESS_FAMILY family, MIB_ANYCASTIPADDRESS_TABLE **table) +{
- DWORD err, size;
- TRACE( "%u, %p\n", family, table );
Can you change this to a FIXME with `(%u %p): stub\n` string inside (as it's commonly done for stub functions)?