Alexandre Julliard : server: Added mechanism for returning results of APC calls.
Module: wine Branch: master Commit: fb40dc4099cf5140069e31b6d8523da77ab15c90 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fb40dc4099cf5140069e31b6d8... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jan 15 22:24:40 2007 +0100 server: Added mechanism for returning results of APC calls. Defined APC_VIRTUAL_ALLOC and APC_VIRTUAL_FREE requests. --- dlls/ntdll/sync.c | 6 ++++ include/wine/server_protocol.h | 64 ++++++++++++++++++++++++++++++++++++++- server/protocol.def | 54 +++++++++++++++++++++++++++++++++- server/request.h | 2 + server/thread.c | 21 ++++++++++++- server/trace.c | 53 ++++++++++++++++++++++++++++++++- tools/make_requests | 1 + 7 files changed, 196 insertions(+), 5 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fb40dc4099cf5140069e31...
participants (1)
-
Alexandre Julliard