Alexandre Julliard : ntdll: Support the NtCreateDebugObject() flags.
Module: wine Branch: master Commit: 964772bc8ea04fb445843b13f4d1f2e297002d4c URL: https://source.winehq.org/git/wine.git/?a=commit;h=964772bc8ea04fb445843b13f... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jan 29 12:26:17 2021 +0100 ntdll: Support the NtCreateDebugObject() flags. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernel32/tests/debugger.c | 74 ++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/process.c | 2 +- dlls/ntdll/unix/sync.c | 3 ++ include/wine/server_protocol.h | 4 ++- include/winternl.h | 2 ++ server/debugger.c | 21 ++++++------ server/protocol.def | 1 + server/request.h | 3 +- server/trace.c | 1 + 9 files changed, 98 insertions(+), 13 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=964772bc8ea04fb445843...
participants (1)
-
Alexandre Julliard