Nikolay Sivov : ntdll: Add NtSuspendProcess()/NtResumeProcess() implementation.

Alexandre Julliard julliard at winehq.org
Fri Apr 19 17:30:46 CDT 2019


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Apr 18 10:41:48 2019 +0300

ntdll: Add NtSuspendProcess()/NtResumeProcess() implementation.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/process.c           |  24 +++++--
 dlls/ntdll/tests/exception.c   | 151 ++++++++++++++++++++++++++++++++++++++++-
 include/wine/server_protocol.h |  32 ++++++++-
 server/process.c               |  38 +++++++++++
 server/protocol.def            |  12 ++++
 server/request.h               |   8 +++
 server/thread.c                |   4 +-
 server/thread.h                |   2 +
 server/trace.c                 |  16 +++++
 9 files changed, 278 insertions(+), 9 deletions(-)

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



More information about the wine-cvs mailing list