ChangeSet ID: 14198 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/10/18 16:44:32 Modified files: dlls/winmm : winemm.h time.c mmsystem.c Log message: Jeremy White <jwhite(a)codeweavers.com> Revise winmm/time.c to fix timer resolution at 1 ms. This then allows a much more efficient implementation of timer events and timeGetTime, and callers that used sub 10 ms resolution will now get correct results. Patch: http://cvs.winehq.org/patch.py?id=14198 Old revision New revision Changes Path 1.57 1.58 +1 -2 wine/dlls/winmm/winemm.h 1.26 1.27 +196 -101 wine/dlls/winmm/time.c 1.108 1.109 +1 -4 wine/dlls/winmm/mmsystem.c