Module: wine Branch: master Commit: 7053b7c615b44e7112ab8fb4c056206d32b6f1c9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7053b7c615b44e7112ab8fb4c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jul 17 11:46:15 2020 +0200 ntdll: Move the registry system calls to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/Makefile.in | 1 + dlls/ntdll/ntdll.spec | 104 +++--- dlls/ntdll/reg.c | 795 --------------------------------------------- dlls/ntdll/unix/registry.c | 778 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 831 insertions(+), 847 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7053b7c615b44e7112ab8...