Module: wine Branch: master Commit: b0199ea2fe8f9b77aee7ab4f68c9ae1755442586 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b0199ea2fe8f9b77aee7ab4f6...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 7 18:54:21 2019 +0100
ntdll: Load the main binary directly in ntdll when possible.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/process.c | 8 +++---- dlls/ntdll/loader.c | 58 ++++++++++++++++++++++++++++++++----------------- dlls/ntdll/process.c | 6 ++--- 3 files changed, 45 insertions(+), 27 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b0199ea2fe8f9b77aee7a...