Alexandre Julliard : ntdll: Consolidate some of the init routines into the init_threading() entry point.

Alexandre Julliard julliard at winehq.org
Thu Jun 4 16:08:01 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun  4 19:37:35 2020 +0200

ntdll: Consolidate some of the init routines into the init_threading() entry point.

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

---

 dlls/ntdll/loader.c            |  8 +-------
 dlls/ntdll/ntdll_misc.h        |  2 +-
 dlls/ntdll/server.c            |  1 -
 dlls/ntdll/thread.c            | 15 ++++-----------
 dlls/ntdll/unix/debug.c        |  2 +-
 dlls/ntdll/unix/loader.c       |  4 ----
 dlls/ntdll/unix/server.c       |  8 ++------
 dlls/ntdll/unix/thread.c       | 27 +++++++++++++++++++++++++--
 dlls/ntdll/unix/unix_private.h | 20 +++++++++++---------
 dlls/ntdll/unix/virtual.c      |  5 +----
 dlls/ntdll/unixlib.h           | 10 +++-------
 11 files changed, 49 insertions(+), 53 deletions(-)

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



More information about the wine-cvs mailing list