[PATCH] ntdll: Add NtSuspendProcess()/NtResumeProcess() implementation.

Alexandre Julliard julliard at winehq.org
Thu Apr 11 12:45:12 CDT 2019


Nikolay Sivov <nsivov at codeweavers.com> writes:

> Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
> ---
>  dlls/ntdll/process.c           | 24 ++++++++++++++++++++----
>  include/wine/server_protocol.h | 32 +++++++++++++++++++++++++++++++-
>  server/process.c               | 24 ++++++++++++++++++++++++
>  server/protocol.def            | 12 ++++++++++++
>  server/request.h               |  8 ++++++++
>  server/trace.c                 | 16 ++++++++++++++++
>  6 files changed, 111 insertions(+), 5 deletions(-)

This could use some test cases.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list