Module: wine Branch: master Commit: 5f44c46164a5c0c50fffdf6cda9980a74079e1ac URL: https://source.winehq.org/git/wine.git/?a=commit;h=5f44c46164a5c0c50fffdf6cd...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Mar 30 10:35:28 2021 +0200
dnsapi: Move libresolv support to a new Unix library.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dnsapi/Makefile.in | 1 + dlls/dnsapi/dnsapi.h | 19 +- dlls/dnsapi/libresolv.c | 742 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/dnsapi/main.c | 20 ++ dlls/dnsapi/name.c | 23 +- dlls/dnsapi/query.c | 582 +------------------------------------ dlls/dnsapi/record.c | 66 ++--- 7 files changed, 809 insertions(+), 644 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5f44c46164a5c0c50fffd...