Module: wine Branch: master Commit: 1ad733e4e0a589bf2713121cf12c3cbf57799608 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1ad733e4e0a589bf2713121cf1...
Author: Jon Griffiths jon_p_griffiths@yahoo.com Date: Fri Jun 20 00:19:09 2008 -0700
ntdll: Implement [Rtl]InitializeCriticalSectionEx.
---
dlls/kernel32/kernel32.spec | 1 + dlls/kernel32/sync.c | 27 +++++++++++++++++++-- dlls/ntdll/critsection.c | 52 +++++++++++++++++++++++++++++++++++++++++- dlls/ntdll/ntdll.spec | 1 + include/winbase.h | 3 ++ include/winnt.h | 6 +++++ include/winternl.h | 3 +- 7 files changed, 87 insertions(+), 6 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1ad733e4e0a589bf271312...