Module: wine Branch: master Commit: aed088df11990ee3bbe7a7c14dded16a9a5f2c2e URL: https://source.winehq.org/git/wine.git/?a=commit;h=aed088df11990ee3bbe7a7c14... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Tue Nov 19 14:45:00 2019 +0100 dhcpcsvc: Implement DhcpRequestParams. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- configure | 1 + configure.ac | 1 + dlls/dhcpcsvc/Makefile.in | 1 + dlls/dhcpcsvc/dhcpcsvc.c | 78 ++++++++++++++++++++-- dlls/dhcpcsvc/tests/Makefile.in | 5 ++ dlls/dhcpcsvc/tests/dhcpcsvc.c | 143 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 223 insertions(+), 6 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=aed088df11990ee3bbe7a...