21 Jun
2022
21 Jun
'22
2:15 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/286#note_2430