ChangeSet ID: 9030 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/08/18 22:21:05
Modified files: msdos : ioports.c misc : registry.c include : file.h files : profile.c file.c drive.c dos_fs.c directory.c documentation/samples: config dlls/kernel : computername.c
Log message: Replaced remaining calls to PROFILE_GetWineIniString/Bool by direct registry accesses.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9030
Old revision New revision Changes Path 1.37 1.38 +93 -67 wine/msdos/ioports.c 1.128 1.129 +24 -9 wine/misc/registry.c 1.52 1.53 +0 -3 wine/include/file.h 1.90 1.91 +0 -127 wine/files/profile.c 1.185 1.186 +43 -3 wine/files/file.c 1.91 1.92 +104 -49 wine/files/drive.c 1.132 1.133 +73 -9 wine/files/dos_fs.c 1.60 1.61 +46 -12 wine/files/directory.c 1.48 1.49 +1 -1 wine/documentation/samples/config 1.5 1.6 +39 -8 wine/dlls/kernel/computername.c