Module: wine Branch: master Commit: 5a6c82e9e379ea301ec174dfc56fdfc844f9913d URL: https://source.winehq.org/git/wine.git/?a=commit;h=5a6c82e9e379ea301ec174dfc... Author: Erich E. Hoover <erich.e.hoover(a)gmail.com> Date: Sun Feb 28 11:15:30 2021 -0700 mountmgr.sys: Move query_unix_drive to drive.c. Signed-off-by: Erich E. Hoover <erich.e.hoover(a)gmail.com> Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mountmgr.sys/device.c | 100 ++++++++++++++++++++++++++++++++++++++++--- dlls/mountmgr.sys/mountmgr.c | 91 --------------------------------------- dlls/mountmgr.sys/mountmgr.h | 7 +-- 3 files changed, 97 insertions(+), 101 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5a6c82e9e379ea301ec17...