Zebediah Figura : ntdll: Reimplement NtQuerySystemInformation(SystemProcessInformation) using a single server call.

Alexandre Julliard julliard at winehq.org
Tue Jul 7 15:47:06 CDT 2020


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon Jul  6 21:06:00 2020 -0500

ntdll: Reimplement NtQuerySystemInformation(SystemProcessInformation) using a single server call.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/system.c       | 178 +++++++++++++++++------------------------
 include/wine/server_protocol.h |  41 +++++++++-
 server/process.c               |  68 ++++++++++++++++
 server/protocol.def            |  30 +++++++
 server/request.h               |   6 ++
 server/trace.c                 |  52 ++++++++++++
 6 files changed, 270 insertions(+), 105 deletions(-)

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



More information about the wine-cvs mailing list