ChangeSet ID: 8304 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/19 23:00:42
Modified files: server : trace.c timer.c protocol.def scheduler : timer.c include/wine : server_protocol.h include : winternl.h dlls/ntdll : sync.c ntdll.spec nt.c
Log message: Eric Pouech pouech-eric@wanadoo.fr Implemented timer related functions in ntdll and make the kernel32 functions use them.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8304
Old revision New revision Changes Path 1.163 1.164 +12 -2 wine/server/trace.c 1.22 1.23 +10 -6 wine/server/timer.c 1.66 1.67 +4 -0 wine/server/protocol.def 1.19 1.20 +48 -57 wine/scheduler/timer.c 1.66 1.67 +3 -1 wine/include/wine/server_protocol.h 1.35 1.36 +4 -0 wine/include/winternl.h 1.27 1.28 +147 -1 wine/dlls/ntdll/sync.c 1.115 1.116 +6 -6 wine/dlls/ntdll/ntdll.spec 1.50 1.51 +0 -46 wine/dlls/ntdll/nt.c