Alexandre Julliard : kernelbase: Move CopyContext() implementation to ntdll.

Alexandre Julliard julliard at winehq.org
Thu Jun 3 16:23:07 CDT 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun  3 13:03:47 2021 +0200

kernelbase: Move CopyContext() implementation to ntdll.

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

---

 dlls/kernelbase/memory.c     | 50 +-------------------------------------------
 dlls/ntdll/exception.c       | 44 ++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/ntdll.spec        |  1 +
 dlls/ntdll/tests/exception.c | 40 ++++++++++++++---------------------
 include/winternl.h           | 26 +++++++++++------------
 5 files changed, 74 insertions(+), 87 deletions(-)

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



More information about the wine-cvs mailing list