Alexandre Julliard : server: Add a generic apc_call structure to make it easier to extend, and more type-safe.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 4 15:09:22 CST 2007


Module: wine
Branch: master
Commit: 5c8421d3e73597923fda2b2df48b07f6c18745a0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5c8421d3e73597923fda2b2df48b07f6c18745a0

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jan  4 13:40:09 2007 +0100

server: Add a generic apc_call structure to make it easier to extend, and more type-safe.

---

 dlls/ntdll/sync.c              |   28 +++++++---------
 dlls/ntdll/thread.c            |   14 +++++---
 include/wine/server_protocol.h |   43 ++++++++++++++++++-------
 server/fd.c                    |   11 +++++-
 server/named_pipe.c            |   11 +++++-
 server/protocol.def            |   41 +++++++++++++++++------
 server/thread.c                |   69 ++++++++++++++++++++++------------------
 server/thread.h                |    5 +--
 server/timer.c                 |   18 +++++++++--
 server/trace.c                 |   44 +++++++++++++++++++------
 tools/make_requests            |    1 +
 11 files changed, 190 insertions(+), 95 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=5c8421d3e73597923fda2b2df48b07f6c18745a0



More information about the wine-cvs mailing list