Module: wine Branch: master Commit: dde935d1111d6f87c452ef91cc9283a6d1bc296c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=dde935d1111d6f87c452ef91...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Oct 3 12:40:27 2006 +0200
explorer: Split the device management to a separate file to make it usable independently of HAL support.
---
programs/explorer/Makefile.in | 1 programs/explorer/device.c | 250 ++++++++++++++++++++++++++++++++++ programs/explorer/explorer_private.h | 4 + programs/explorer/hal.c | 211 ----------------------------- 4 files changed, 257 insertions(+), 209 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=dde935d1111d6f87c452...