Alexandre Julliard : ntdll: Move NtCreateThreadEx() to the Unix library.

Alexandre Julliard julliard at winehq.org
Fri Jun 5 14:16:51 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun  5 16:37:49 2020 +0200

ntdll: Move NtCreateThreadEx() to the Unix library.

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

---

 dlls/ntdll/ntdll.spec          |  1 +
 dlls/ntdll/thread.c            | 39 +++++--------------------
 dlls/ntdll/unix/loader.c       |  2 +-
 dlls/ntdll/unix/thread.c       | 66 ++++++++++++++++++++++++++++--------------
 dlls/ntdll/unix/unix_private.h |  4 ---
 dlls/ntdll/unixlib.h           | 10 +++----
 include/winternl.h             |  1 +
 7 files changed, 61 insertions(+), 62 deletions(-)

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



More information about the wine-cvs mailing list