Module: wine Branch: master Commit: f64d86eb0aa9e53b872f2c611d5889cd91f70ddc URL: https://source.winehq.org/git/wine.git/?a=commit;h=f64d86eb0aa9e53b872f2c611...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Jun 26 11:11:01 2021 +0200
ntdll: Support converting server contexts from one machine to another.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/unix/signal_i386.c | 72 ------- dlls/ntdll/unix/thread.c | 459 ++++++++++++++++++++++++++++++++++------- dlls/ntdll/unix/unix_private.h | 2 + 3 files changed, 383 insertions(+), 150 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f64d86eb0aa9e53b872f2...