Alexandre Julliard : server: Make thread entry points client_ptr_t instead of void pointers.

Alexandre Julliard julliard at winehq.org
Fri Jan 2 08:25:30 CST 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Dec 30 22:56:15 2008 +0100

server: Make thread entry points client_ptr_t instead of void pointers.

---

 dlls/kernel32/debugger.c       |    4 +-
 dlls/ntdll/server.c            |    4 +-
 include/wine/server_protocol.h |   13 +++++------
 server/debugger.c              |   44 ++++++++++++++++++++-------------------
 server/object.h                |    4 +-
 server/process.c               |    2 +-
 server/protocol.def            |   11 ++++-----
 server/thread.c                |    2 +-
 server/trace.c                 |   25 ++++++++++++++--------
 9 files changed, 58 insertions(+), 51 deletions(-)

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



More information about the wine-cvs mailing list