Alexandre Julliard : kernelbase: Move CopyContext() implementation to ntdll.
Module: wine Branch: master Commit: d08f42b68ceb896a47789bde9a70f65fd38bc680 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d08f42b68ceb896a47789bde9... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jun 3 13:03:47 2021 +0200 kernelbase: Move CopyContext() implementation to ntdll. Signed-off-by: Alexandre Julliard <julliard(a)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=d08f42b68ceb896a47789...
participants (1)
-
Alexandre Julliard