ChangeSet ID: 18351
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/21 15:22:01
Modified files:
dlls/ntdll/tests: info.c
dlls/ntdll : process.c
Log message:
Paul Vriens <Paul.Vriens(a)xs4all.nl>
Change ProcessBasicInformation to the same behavior as the rest.
Use KERNEL_USER_TIMES for ProcessTimes.
Add tests for vm, io, times and handlecount info classes.
Fixes for -Wstrict-prototypes warnings.
Patch: http://cvs.winehq.org/patch.py?id=18351
Old revision New revision Changes Path
1.10 1.11 +194 -7 wine/dlls/ntdll/tests/info.c
1.7 1.8 +55 -35 wine/dlls/ntdll/process.c
ChangeSet ID: 18349
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/21 15:21:30
Modified files:
dlls/msi : helpers.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Fix situations where TARGETDIR is set to a non \ terminated
path. Fixes a few installers.
Patch: http://cvs.winehq.org/patch.py?id=18349
Old revision New revision Changes Path
1.1 1.2 +11 -4 wine/dlls/msi/helpers.c