ChangeSet ID: 12187 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/04/28 19:27:57
Modified files: misc : registry.c include : file.h files : file.c directory.c documentation/samples: config documentation : wine.man.in wine.conf.man dlls/ntdll : directory.c dlls/kernel : volume.c process.c Makefile.in Removed files: files : drive.c
Log message: Use symlinks in dosdevices/ for the drive devices too. Store drive types in the registry instead of in the config file. Added some more code to convert existing config to the new scheme.
Patch: http://cvs.winehq.org/patch.py?id=12187
Old revision New revision Changes Path 1.139 1.140 +57 -0 wine/misc/registry.c 1.74 1.75 +0 -7 wine/include/file.h 1.228 1.229 +1 -84 wine/files/file.c 1.79 1.80 +20 -25 wine/files/directory.c 1.62 1.63 +0 -29 wine/documentation/samples/config 1.51 1.52 +50 -47 wine/documentation/wine.man.in 1.18 1.19 +3 -39 wine/documentation/wine.conf.man 1.11 1.12 +6 -2 wine/dlls/ntdll/directory.c 1.12 1.13 +114 -30 wine/dlls/kernel/volume.c 1.55 1.56 +2 -5 wine/dlls/kernel/process.c 1.108 1.109 +0 -1 wine/dlls/kernel/Makefile.in 1.119 Removed +0 -0 wine/files/drive.c