server: Added mechanism for returning results of APC calls.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 15 Jan 2007 21:24:40 +0000 (22:24 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Jan 2007 21:24:40 +0000 (22:24 +0100)
commitfb40dc4099cf5140069e31b6d8523da77ab15c90
tree73a187e39ba12f71393c46f480f4ab40ba9bccad
parent46d7fa4852df8ff226bca32382e7214116bf3ef0
server: Added mechanism for returning results of APC calls.

Defined APC_VIRTUAL_ALLOC and APC_VIRTUAL_FREE requests.
dlls/ntdll/sync.c
include/wine/server_protocol.h
server/protocol.def
server/request.h
server/thread.c
server/trace.c
tools/make_requests