Alexandre Julliard : server: Make the various async I/ O parameters client_ptr_t instead of void pointers.

Alexandre Julliard julliard at winehq.org
Wed Dec 31 07:44:59 CST 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Dec 30 21:09:41 2008 +0100

server: Make the various async I/O parameters client_ptr_t instead of void pointers.

---

 dlls/ntdll/directory.c         |    6 +++---
 dlls/ntdll/file.c              |   20 ++++++++++----------
 dlls/ntdll/sync.c              |   14 +++++++++-----
 dlls/ntdll/thread.c            |    2 +-
 dlls/ws2_32/socket.c           |   18 +++++++++---------
 include/wine/server_protocol.h |   21 +++++++++++----------
 server/async.c                 |    6 +++---
 server/device.c                |    4 ++--
 server/file.h                  |    3 ++-
 server/protocol.def            |   19 ++++++++++---------
 server/trace.c                 |   31 ++++++++++++++++++++++---------
 tools/make_requests            |    2 +-
 12 files changed, 83 insertions(+), 63 deletions(-)

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



More information about the wine-cvs mailing list