ChangeSet ID: 11588 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/19 20:28:52
Modified files: include : file.h files : file.c drive.c dos_fs.c documentation/samples: config documentation : wine.conf.man dlls/kernel : volume.c kernel_private.h kernel_main.c
Log message: Rewrote handling of COM and LPT devices to use symlinks in $WINEPREFIX/dosdevices, with suitable defaults if the symlinks are missing. Rewrote QueryDosDevice and DefineDosDevice to use the new scheme. Added temporary code to create the symlinks based on the contents of the config file.
Patch: http://cvs.winehq.org/patch.py?id=11588
Old revision New revision Changes Path 1.67 1.68 +0 -1 wine/include/file.h 1.209 1.210 +45 -23 wine/files/file.c 1.111 1.112 +0 -81 wine/files/drive.c 1.156 1.157 +0 -275 wine/files/dos_fs.c 1.58 1.59 +0 -9 wine/documentation/samples/config 1.15 1.16 +11 -21 wine/documentation/wine.conf.man 1.1 1.2 +511 -0 wine/dlls/kernel/volume.c 1.12 1.13 +3 -0 wine/dlls/kernel/kernel_private.h 1.56 1.57 +5 -1 wine/dlls/kernel/kernel_main.c