ChangeSet ID: 15698 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/26 14:41:36
Modified files: dlls/ntdll : ntdll.spec nt.c dlls/kernel : cpu.c
Log message: Rein Klazes wijn@wanadoo.nl Get rid of the rdtsc cpu instruction method for calculation of the performance counter. Put the calculation (based on gettimeofday) in NtQueryPerformanceCounter() and use that in the kernel functions.
Patch: http://cvs.winehq.org/patch.py?id=15698
Old revision New revision Changes Path 1.171 1.172 +1 -1 wine/dlls/ntdll/ntdll.spec 1.69 1.70 +10 -5 wine/dlls/ntdll/nt.c 1.9 1.10 +4 -29 wine/dlls/kernel/cpu.c