Alexandre Julliard : ntdll: Start process execution directly at the kernel32 process entry point.

Alexandre Julliard julliard at winehq.org
Mon Dec 4 14:58:21 CST 2017


Module: wine
Branch: master
Commit: 23ec3ce2a3edc046872709733940dc51e77e0e91
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=23ec3ce2a3edc046872709733940dc51e77e0e91

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Dec  4 13:13:05 2017 +0100

ntdll: Start process execution directly at the kernel32 process entry point.

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

---

 dlls/kernel32/process.c     | 39 +++++++++++++++++++++++++++++++--------
 dlls/ntdll/ntdll_misc.h     |  2 +-
 dlls/ntdll/signal_arm.c     | 12 +++++++-----
 dlls/ntdll/signal_arm64.c   | 16 +++++++++-------
 dlls/ntdll/signal_i386.c    | 35 ++---------------------------------
 dlls/ntdll/signal_powerpc.c | 16 +++++++++-------
 dlls/ntdll/signal_x86_64.c  | 23 ++---------------------
 dlls/ntdll/thread.c         |  2 +-
 8 files changed, 62 insertions(+), 83 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=23ec3ce2a3edc046872709733940dc51e77e0e91



More information about the wine-cvs mailing list