Alexandre Julliard : server: Make TEB and PEB 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: fa8643805b9ffd07185939f2e673c3fb8dea9bbd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fa8643805b9ffd07185939f2e673c3fb8dea9bbd

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Dec 30 23:02:33 2008 +0100

server: Make TEB and PEB client_ptr_t instead of void pointers.

---

 dlls/kernel32/debugger.c       |    4 ++--
 dlls/ntdll/process.c           |    2 +-
 dlls/ntdll/server.c            |    4 ++--
 dlls/ntdll/thread.c            |    2 +-
 include/wine/server_protocol.h |   18 +++++++++---------
 server/process.c               |    4 ++--
 server/process.h               |    2 +-
 server/protocol.def            |   16 ++++++++--------
 server/thread.c                |   10 +++++-----
 server/thread.h                |    2 +-
 server/trace.c                 |   34 ++++++++++++++++++++++------------
 tools/make_requests            |    1 -
 12 files changed, 54 insertions(+), 45 deletions(-)

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



More information about the wine-cvs mailing list