server: Add a generic apc_call structure to make it easier to extend, and more type...
authorAlexandre Julliard <julliard@winehq.org>
Thu, 4 Jan 2007 12:40:09 +0000 (13:40 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Jan 2007 12:40:09 +0000 (13:40 +0100)
commit5c8421d3e73597923fda2b2df48b07f6c18745a0
tree8d908cd79091a01a4eedf3d2f7fa14211039afe2
parent49b49c30fcfcd72d7b388125d7ccf481f8b1f294
server: Add a generic apc_call structure to make it easier to extend, and more type-safe.
dlls/ntdll/sync.c
dlls/ntdll/thread.c
include/wine/server_protocol.h
server/fd.c
server/named_pipe.c
server/protocol.def
server/thread.c
server/thread.h
server/timer.c
server/trace.c
tools/make_requests