Module: wine Branch: master Commit: e3bb1c8243154ce3a830a553cf056e162ff8e226 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e3bb1c8243154ce3a830a553cf...
Author: Michael Stefaniuc mstefani@redhat.de Date: Mon Feb 16 09:54:10 2009 +0100
rpcrt4: Remove superfluous pointer casts.
---
dlls/rpcrt4/cstub.c | 2 +- dlls/rpcrt4/ndr_contexthandle.c | 4 +- dlls/rpcrt4/ndr_es.c | 4 +- dlls/rpcrt4/ndr_marshall.c | 2 +- dlls/rpcrt4/ndr_stubless.c | 4 +- dlls/rpcrt4/rpc_binding.c | 40 +++++++++++++++++++------------------- dlls/rpcrt4/rpc_epmap.c | 22 ++++++++++---------- dlls/rpcrt4/rpc_message.c | 12 +++++----- dlls/rpcrt4/rpc_server.c | 6 ++-- dlls/rpcrt4/tests/cstub.c | 8 +++--- dlls/rpcrt4/tests/ndr_marshall.c | 16 +++++--------- 11 files changed, 58 insertions(+), 62 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e3bb1c8243154ce3a830a5...