22 Oct
2008
22 Oct
'08
1:59 p.m.
Module: wine Branch: master Commit: 7033120f83895939f54eef73527f59cf8660b2bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=7033120f83895939f54eef7352... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Oct 21 15:02:10 2008 +0200 mountmgr: Moved the harddisk device driver to device.c. --- dlls/mountmgr.sys/device.c | 221 ++++++++++++++++++++++++++++++++++++++ dlls/mountmgr.sys/mountmgr.c | 243 ++---------------------------------------- dlls/mountmgr.sys/mountmgr.h | 14 +++ 3 files changed, 246 insertions(+), 232 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7033120f83895939f54eef...