18 Jan
2021
18 Jan
'21
11 p.m.
Module: wine Branch: master Commit: 03fcb54c0e852b93b94bd11225237af84cdc3697 URL: https://source.winehq.org/git/wine.git/?a=commit;h=03fcb54c0e852b93b94bd1122... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Mon Jan 18 14:33:00 2021 +0300 ws2_32: Reimplement SIO_GET_INTERFACE_LIST on top of GetIpAddrTable(). Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ws2_32/socket.c | 208 ++++++++++++++++++++++++----------------------- dlls/ws2_32/tests/sock.c | 31 +++++++ 2 files changed, 136 insertions(+), 103 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=03fcb54c0e852b93b94bd...