Module: wine Branch: master Commit: a1c159e060a4a3f0139012a08de5fbf9f19ad38d URL: https://source.winehq.org/git/wine.git/?a=commit;h=a1c159e060a4a3f0139012a08... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Tue Nov 19 14:44:58 2019 +0100 mountmgr.sys: Add support for querying DHCP parameters on Linux. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mountmgr.sys/Makefile.in | 2 +- dlls/mountmgr.sys/dbus.c | 274 +++++++++++++++++++++++++++++++++++++++++- dlls/mountmgr.sys/mountmgr.c | 40 ++++++ dlls/mountmgr.sys/mountmgr.h | 3 + include/ddk/mountmgr.h | 21 ++++ 5 files changed, 338 insertions(+), 2 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a1c159e060a4a3f013901...