25 Jul
2008
25 Jul
'08
1:15 p.m.
Module: wine Branch: master Commit: 4c64d0cdfa5a81724307e6a71cfbb4e67fea9075 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4c64d0cdfa5a81724307e6a71c... Author: Dan Hipschman <dsh(a)linux.ucla.edu> Date: Thu Jul 24 16:27:54 2008 -0700 ntdll: Implement RtlDeleteTimer for kernel32's DeleteTimerQueueTimer. --- dlls/kernel32/sync.c | 11 +++-- dlls/kernel32/tests/sync.c | 89 +++++++++++++++++++++++++++++++++++++++----- dlls/ntdll/ntdll.spec | 2 +- dlls/ntdll/threadpool.c | 52 +++++++++++++++++++++++++ include/winternl.h | 1 + 5 files changed, 139 insertions(+), 16 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4c64d0cdfa5a81724307e6...