Huw Davies (@huw) commented about dlls/iphlpapi/iphlpapi_main.c:
static int ipnetrow_cmp( const void *a, const void *b ) { const MIB_IPNETROW *rowA = a, *rowB = b;
- if (rowA->dwIndex != rowB->dwIndex) return rowA->dwIndex < rowB->dwIndex ? -1 : 1;
Please use `DWORD_cmp()` here.
Could you push just the first three patches to this MR - the fourth will require a bit more thought so please create a new MR for that.