ChangeSet ID: 16280
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/23 14:29:18
Modified files:
dlls/ntdll : nt.c
dlls/kernel : cpu.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
NtQueryPerformanceCounter should return a frequency of 1193182Hz and
counts like in Windows. Some applications depend on that.
Simplify QueryPerformanceCounter a bit.
Patch: http://cvs.winehq.org/patch.py?id=16280
Old revision New revision Changes Path
1.73 1.74 +15 -5 wine/dlls/ntdll/nt.c
1.11 1.12 +1 -2 wine/dlls/kernel/cpu.c
ChangeSet ID: 16279
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/23 14:28:28
Modified files:
dlls/winmm/tests: wave.c
Log message:
Jeremy White <jwhite(a)codeweavers.com>
An interactive test should have volume, else a rational user will
decide it is broken.
Patch: http://cvs.winehq.org/patch.py?id=16279
Old revision New revision Changes Path
1.47 1.48 +4 -4 wine/dlls/winmm/tests/wave.c