Module: wine Branch: master Commit: 98a546638056d819f8a1dd6da6eeecca7c91bb38 URL: https://source.winehq.org/git/wine.git/?a=commit;h=98a546638056d819f8a1dd6da...
Author: Paul Gofman pgofman@codeweavers.com Date: Mon Oct 25 21:46:21 2021 +0300
ntdll: Implement SystemExtendedProcessInformation system info class.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/tests/info.c | 90 +++++++++++++++++++++++++++++++++++++----- dlls/ntdll/unix/system.c | 42 +++++++++++++------- include/wine/server_protocol.h | 4 +- include/winternl.h | 12 ++++++ server/process.c | 2 + server/protocol.def | 2 + 6 files changed, 126 insertions(+), 26 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=98a546638056d819f8a1d...