19 Sep
2025
19 Sep
'25
7:32 a.m.
Huw Davies (@huw) commented about dlls/iphlpapi/iphlpapi_main.c:
* Success: NO_ERROR * Failure: error code from winerror.h */ -DWORD WINAPI GetBestInterfaceEx(struct sockaddr *pDestAddr, PDWORD pdwBestIfIndex) +DWORD WINAPI GetBestInterfaceEx( struct sockaddr *pDestAddr, PDWORD pdwBestIfIndex ) Since we're rewriting this, let's make the parameter names something like `dst` and `best_index`.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8991#note_116340