explorer/mountmgr.sys: Move device hotplug code over to mount manager.
commit9c02e01dcb1ee281fac7d50bdbc5e4fb93af4971
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Tue, 4 Mar 2008 06:58:32 +0000 (3 22:58 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 22 Apr 2008 10:37:02 +0000 (22 12:37 +0200)
treec937e335a4a7352fa4f50508826cf875a8417887
parent6e59cd2c34ac44bc50fcb7d93f4434564b388f7b
explorer/mountmgr.sys: Move device hotplug code over to mount manager.
dlls/mountmgr.sys/Makefile.in
dlls/mountmgr.sys/device.c [moved from programs/explorer/device.c with 96% similarity]
dlls/mountmgr.sys/diskarb.c [moved from programs/explorer/diskarb.c with 93% similarity]
dlls/mountmgr.sys/hal.c [moved from programs/explorer/hal.c with 92% similarity]
dlls/mountmgr.sys/mountmgr.c
dlls/mountmgr.sys/mountmgr.h [new file with mode: 0644]
programs/explorer/Makefile.in
programs/explorer/desktop.c