ChangeSet ID: 9250 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/08 14:29:28
Modified files: programs/winecfg: winecfg.h winecfg.c properties.h main.c drive.c
Log message: Mike Hearn mike@theoretic.com - Removed the central configuration structure, all changes are committed instantly now. - Updated the drive handling code so it loads direct from the registry. - Removed DRIVE_DESC, drives are keyed by drive letter now. - Documented drive_available_mask. - Simplified the code somewhat.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9250
Old revision New revision Changes Path 1.6 1.7 +1 -42 wine/programs/winecfg/winecfg.h 1.8 1.9 +0 -151 wine/programs/winecfg/winecfg.c 1.7 1.8 +0 -11 wine/programs/winecfg/properties.h 1.7 1.8 +0 -2 wine/programs/winecfg/main.c 1.3 1.4 +300 -280 wine/programs/winecfg/drive.c