Module: wine Branch: master Commit: e9e5c95058df1f409debeb6b05aa222b476d79f6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e9e5c95058df1f409debeb6b0...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 16 11:35:55 2020 +0200
ntdll: Move the process information functions to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/loader.c | 3 +- dlls/ntdll/ntdll_misc.h | 7 - dlls/ntdll/process.c | 623 +---------------------------------------- dlls/ntdll/unix/loader.c | 4 +- dlls/ntdll/unix/process.c | 583 ++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/thread.c | 11 +- dlls/ntdll/unix/unix_private.h | 4 +- dlls/ntdll/unix/virtual.c | 4 +- dlls/ntdll/unixlib.h | 8 +- 9 files changed, 614 insertions(+), 633 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e9e5c95058df1f409debe...