ntdll: Move NtSetContextThread implementation to the platform-specific files.
commit675e8218f0cdc3dbc30e2829d481d6591aebf67c
authorAlexandre Julliard <julliard@winehq.org>
Tue, 18 Jul 2017 09:08:37 +0000 (18 11:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Jul 2017 18:43:32 +0000 (18 20:43 +0200)
tree5a628c05b3fe986052d4d8e8bf904e2b9200a55a
parent1e48417567ce976b805b38dd8d1eff6a02e773e9
ntdll: Move NtSetContextThread implementation to the platform-specific files.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/ntdll_misc.h
dlls/ntdll/signal_arm.c
dlls/ntdll/signal_arm64.c
dlls/ntdll/signal_i386.c
dlls/ntdll/signal_powerpc.c
dlls/ntdll/signal_x86_64.c
dlls/ntdll/thread.c