Module: wine Branch: master Commit: edd9ef9c276f6113e9fbf7dea010030df348c16e URL: https://source.winehq.org/git/wine.git/?a=commit;h=edd9ef9c276f6113e9fbf7dea...
Author: Zebediah Figura z.figura12@gmail.com Date: Wed Apr 28 16:26:30 2021 -0500
ws2_32/tests: Move address lookup tests to protocol.c.
sock.c is huge. This doesn't bother some people, but I find that it can be harder to navigate and slower to compile. Splitting it is tricky, but I think there's a pretty natural divide between functions that operate on sockets (e.g. bind, listen, recv, getsockname) and functions that don't (e.g. get*info, inet_*, get*by*, WSC*).
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ws2_32/tests/protocol.c | 809 ++++++++++++++++++++++++++++++++++++++++++- dlls/ws2_32/tests/sock.c | 805 ------------------------------------------ 2 files changed, 808 insertions(+), 806 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=edd9ef9c276f6113e9fbf...