Alexandre Julliard : mountmgr: Move the macOS credentials support to the Unix library.
Module: wine Branch: master Commit: e54f6d8f8f1e6a51037c2285cd519b8c92e324a1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e54f6d8f8f1e6a51037c2285c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Nov 29 14:50:05 2021 +0100 mountmgr: Move the macOS credentials support to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mountmgr.sys/cred.c | 228 ++++++++++++++++++++++++------------------- dlls/mountmgr.sys/device.c | 2 +- dlls/mountmgr.sys/mountmgr.c | 74 +++++++------- dlls/mountmgr.sys/mountmgr.h | 2 - dlls/mountmgr.sys/unixlib.c | 5 + dlls/mountmgr.sys/unixlib.h | 23 ++++- 6 files changed, 188 insertions(+), 146 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e54f6d8f8f1e6a51037c2...
participants (1)
-
Alexandre Julliard