Alexandre Julliard : ntdll: Move the registry system calls to the Unix library.

Alexandre Julliard julliard at winehq.org
Fri Jul 17 16:30:45 CDT 2020


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

Author: Alexandre Julliard <julliard at 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 at 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=7053b7c615b44e7112ab8fb4c056206d32b6f1c9



More information about the wine-cvs mailing list