7 Oct
2002
7 Oct
'02
9:46 p.m.
ChangeSet ID: 5664 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/10/07 16:46:03 Modified files: dlls/kernel : kernel32.spec include : winbase.h winnt.h scheduler : timer.c Log message: Steve Lustbader <steve.lustbader(a)philips.com> Provide stubs for Create/DeleteTimerQueueTimer. Patch: http://cvs.winehq.com/patch.py?id=5664 Old revision New revision Changes Path 1.63 1.64 +5 -3 wine/dlls/kernel/kernel32.spec 1.160 1.161 +4 -1 wine/include/winbase.h 1.131 1.132 +3 -0 wine/include/winnt.h 1.13 1.14 +45 -0 wine/scheduler/timer.c