server: Send the APC call data as vararg in the queue_apc request.
commite3049f11fad715c65d8b62fcdaed660e39ffde5d
authorAlexandre Julliard <julliard@winehq.org>
Tue, 6 Jun 2023 13:55:51 +0000 (6 15:55 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 6 Jun 2023 19:51:37 +0000 (6 21:51 +0200)
tree2d525b6b6885f027e060d39bf566ea35bfc799ec
parent0d4f20ca183d95c6047956a074dc3eba7853823b
server: Send the APC call data as vararg in the queue_apc request.

To make it possible to support a larger structure.
dlls/ntdll/unix/server.c
dlls/ntdll/unix/thread.c
include/wine/server_protocol.h
server/protocol.def
server/request.h
server/thread.c
server/trace.c