Alexandre Julliard : ntdll: Call the process entry point through RtlUserThreadStart().

Alexandre Julliard julliard at winehq.org
Tue Sep 1 15:43:30 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Sep  1 12:49:07 2020 +0200

ntdll: Call the process entry point through RtlUserThreadStart().

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

---

 dlls/kernel32/tests/process.c   |  8 +++++++-
 dlls/ntdll/thread.c             |  4 ++--
 dlls/ntdll/unix/server.c        |  2 +-
 dlls/ntdll/unix/signal_arm.c    | 24 ++++++++++++------------
 dlls/ntdll/unix/signal_arm64.c  | 25 +++++++++++++------------
 dlls/ntdll/unix/signal_i386.c   | 16 +++++++---------
 dlls/ntdll/unix/signal_x86_64.c | 13 ++++++-------
 dlls/ntdll/unix/thread.c        |  3 +--
 dlls/ntdll/unix/unix_private.h  |  2 +-
 9 files changed, 50 insertions(+), 47 deletions(-)

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



More information about the wine-cvs mailing list