Alexandre Julliard : server: Add support for object counts in the object type information.

Alexandre Julliard julliard at winehq.org
Thu Feb 4 16:15:19 CST 2021


Module: wine
Branch: master
Commit: dc4e88183499cca1e32a2d95a842b941b3c1af1a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=dc4e88183499cca1e32a2d95a842b941b3c1af1a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Feb  4 14:08:23 2021 +0100

server: Add support for object counts in the object type information.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/file.c         | 48 +++++++++++++++++++++---------------------
 include/wine/server_protocol.h | 17 +++++++++++----
 include/winternl.h             | 23 +++++++++++++++++++-
 server/directory.c             | 18 ++++++++++++++--
 server/handle.c                |  3 +++
 server/object.c                |  3 +++
 server/object.h                |  4 ++++
 server/protocol.def            | 14 ++++++++++--
 server/request.h               |  3 +--
 server/trace.c                 | 26 +++++++++++++++++++++--
 10 files changed, 122 insertions(+), 37 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=dc4e88183499cca1e32a2d95a842b941b3c1af1a



More information about the wine-cvs mailing list