Module: wine Branch: master Commit: af7b364a289dcfd09747758ca1328f4dd9787301 URL: https://source.winehq.org/git/wine.git/?a=commit;h=af7b364a289dcfd09747758ca...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 25 17:35:38 2021 +0100
mountmgr: Move the macOS credentials support to a separate file.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mountmgr.sys/Makefile.in | 1 + dlls/mountmgr.sys/cred.c | 633 ++++++++++++++++++++++++++++++++++++++++++ dlls/mountmgr.sys/mountmgr.c | 593 ++------------------------------------- dlls/mountmgr.sys/unixlib.h | 6 + 4 files changed, 658 insertions(+), 575 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=af7b364a289dcfd097477...