Module: wine Branch: master Commit: 9d293a1e9be980b48544c92fb43a9e964331877d URL: https://source.winehq.org/git/wine.git/?a=commit;h=9d293a1e9be980b48544c92fb...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 25 19:00:21 2021 +0100
mountmgr: Put the Unix helpers in a separate Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mountmgr.sys/Makefile.in | 1 + dlls/mountmgr.sys/device.c | 53 ++++++++++++++++------- dlls/mountmgr.sys/mountmgr.c | 27 +++++++++--- dlls/mountmgr.sys/unixlib.c | 97 ++++++++++++++++++++++++++++--------------- dlls/mountmgr.sys/unixlib.h | 88 ++++++++++++++++++++++++++++++++++----- 5 files changed, 201 insertions(+), 65 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9d293a1e9be980b48544c...