Module: wine Branch: master Commit: a47f4daf8f70bc389fb1789e3e90df6138cf0549 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a47f4daf8f70bc389fb1789e3...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jul 20 12:19:35 2020 +0200
ntdll: Move the LPC port syscall stubs to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/nt.c | 149 ------------------------------------------------- dlls/ntdll/ntdll.spec | 36 ++++++------ dlls/ntdll/unix/sync.c | 104 ++++++++++++++++++++++++++++++++++ 3 files changed, 122 insertions(+), 167 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a47f4daf8f70bc389fb17...