Module: wine Branch: master Commit: 43be3507c04b56938e985047f2ab55147ed8ddd2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=43be3507c04b56938e985047f...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 29 12:19:13 2020 +0200
ntdll: Setup the main thread before initializing ntdll.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/loader.c | 47 +++++++++++++++++++++++++++--- dlls/ntdll/ntdll_misc.h | 1 - dlls/ntdll/thread.c | 65 +----------------------------------------- dlls/ntdll/unix/loader.c | 28 ++++++++++++++++-- dlls/ntdll/unix/thread.c | 27 ------------------ dlls/ntdll/unix/unix_private.h | 1 - dlls/ntdll/unixlib.h | 3 +- 7 files changed, 70 insertions(+), 102 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=43be3507c04b56938e985...