Alexandre Julliard : mountmgr: Add some helpers to abstract the Unix calls from device.c.
Module: wine Branch: master Commit: 9c587c50990061dfe6e9a322bf2caaeda08b54a8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9c587c50990061dfe6e9a322b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Nov 25 17:06:43 2021 +0100 mountmgr: Add some helpers to abstract the Unix calls from device.c. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mountmgr.sys/Makefile.in | 3 +- dlls/mountmgr.sys/device.c | 378 +++++++----------------------------------- dlls/mountmgr.sys/unixlib.c | 279 +++++++++++++++++++++++++++++++ dlls/mountmgr.sys/unixlib.h | 30 ++++ 4 files changed, 370 insertions(+), 320 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9c587c50990061dfe6e9a...
participants (1)
-
Alexandre Julliard