29 Apr
2021
29 Apr
'21
9:38 p.m.
Module: wine Branch: master Commit: 1699d4b785af173d0fcc24a7f1ac881f43f47fa8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1699d4b785af173d0fcc24a7f... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Wed Apr 28 16:26:31 2021 -0500 ws2_32/tests: Move host lookup tests to protocol.c. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ws2_32/tests/protocol.c | 258 +++++++++++++++++++++++++++++++++++++++++ dlls/ws2_32/tests/sock.c | 268 ------------------------------------------- 2 files changed, 258 insertions(+), 268 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1699d4b785af173d0fcc2...