Alexandre Julliard : server: Add support for returning the object name in NtQueryObject.

Alexandre Julliard julliard at winehq.org
Fri Jan 8 10:28:57 CST 2010


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jan  8 13:01:50 2010 +0100

server: Add support for returning the object name in NtQueryObject.

---

 dlls/ntdll/om.c                |   36 ++++++++++++++++++++++++++
 dlls/ntdll/tests/om.c          |   54 ++++++++++++++++++++++++++++++++++++++++
 include/wine/server_protocol.h |    5 +++-
 server/handle.c                |    3 ++
 server/object.c                |   29 +++++++++++++++++++++
 server/object.h                |    1 +
 server/protocol.def            |    2 +
 server/request.h               |    3 +-
 server/trace.c                 |    2 +
 9 files changed, 133 insertions(+), 2 deletions(-)

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



More information about the wine-cvs mailing list