Zebediah Figura : ntdll: Reimplement NtQuerySystemInformation(SystemProcessInformation) using a single server call.
Module: wine Branch: master Commit: 8622eb326fb8120fc038e27947e61677d4124f15 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8622eb326fb8120fc038e2794... Author: Zebediah Figura <z.figura12(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=8622eb326fb8120fc038e...
participants (1)
-
Alexandre Julliard