12 Jan
2009
12 Jan
'09
12:18 p.m.
"Kirill K. Smirnov" <lich(a)math.spbu.ru> writes:
diff --git a/server/protocol.def b/server/protocol.def index 6d6be5b..35dfcc0 100644 --- a/server/protocol.def +++ b/server/protocol.def @@ -664,6 +664,12 @@ typedef union int count; /* new suspend count */ @END
+/* Send a unix signal to thread */ +(a)REQ(kill_thread) + obj_handle_t handle; /* thread handle */ + int sig; /* unix signal to send */ +(a)END
This does not belong in the server. The dosvm support should be fixed to use Win32 APIs instead of Unix signals. -- Alexandre Julliard julliard(a)winehq.org