Alexandre Julliard : server: Add a separate request to initialize the first thread of a process.

Alexandre Julliard julliard at winehq.org
Tue Feb 2 15:52:09 CST 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb  2 10:18:26 2021 +0100

server: Add a separate request to initialize the first thread of a process.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/loader.c       |   4 +-
 dlls/ntdll/unix/server.c       | 190 ++++++++++++++++++++++++-----------------
 dlls/ntdll/unix/unix_private.h |   4 +-
 include/wine/server_protocol.h |  31 +++++--
 server/process.c               |   5 +-
 server/process.h               |   2 +-
 server/protocol.def            |  24 ++++--
 server/request.h               |  36 +++++---
 server/thread.c                | 103 ++++++++++++----------
 server/trace.c                 |  25 +++++-
 10 files changed, 265 insertions(+), 159 deletions(-)

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



More information about the wine-cvs mailing list