Daniel Lehman : ntdll: Add NtQueryMutant.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 3 11:15:34 CDT 2016


Module: wine
Branch: master
Commit: 142730ea6677cea638aef34d687dd0a30140b5f7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=142730ea6677cea638aef34d687dd0a30140b5f7

Author: Daniel Lehman <dlehman25 at gmail.com>
Date:   Tue May  3 02:55:34 2016 +0200

ntdll: Add NtQueryMutant.

Signed-off-by: Daniel Lehman <dlehman25 at gmail.com>
Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/sync.c              |  40 ++++++++++----
 dlls/ntdll/tests/om.c          | 120 +++++++++++++++++++++++++++++++++++++++++
 include/wine/server_protocol.h |  21 +++++++-
 server/mutex.c                 |  16 ++++++
 server/protocol.def            |  10 ++++
 server/request.h               |   8 +++
 server/trace.c                 |  15 ++++++
 7 files changed, 220 insertions(+), 10 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=142730ea6677cea638aef34d687dd0a30140b5f7



More information about the wine-cvs mailing list