Module: wine Branch: master Commit: c1d2d86be7d3f487906faced9ecb549ecfdb7285 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c1d2d86be7d3f487906faced9e...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 11 12:17:05 2008 +0100
kernel32: Implemented the Ex variants of CreateEvent/Mutex/Semaphore/WaitableTimer.
---
dlls/kernel32/kernel32.spec | 8 +++ dlls/kernel32/sync.c | 131 +++++++++++++++++++++++++++++++++++-------- include/winbase.h | 18 ++++++ 3 files changed, 134 insertions(+), 23 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c1d2d86be7d3f487906fac...