Huw Davies (@huw) commented about dlls/iphlpapi/tests/iphlpapi.c:
static void testGetIpNetTable(void) {
- DWORD apiReturn;
- const DWORD static_addr1 = 0x160000e0, static_addr2 = 0xfaffffef;
Could you use a macro or something to generate these from decimal? Also please use more meaningful variable names based on the addresses' uses (see https://en.wikipedia.org/wiki/Multicast_address#Notable_IPv4_multicast_addre...)