Module: wine Branch: master Commit: e86eb8efa6975fac1278a4089b36fb098cb2416e URL: http://source.winehq.org/git/wine.git/?a=commit;h=e86eb8efa6975fac1278a4089b...
Author: Michael Stefaniuc mstefani@redhat.de Date: Sun Jan 4 01:49:14 2009 +0100
include: Change RPC_STATUS from long to LONG for Win64 compatibility.
Also fix the compiler warnings introduced by this change.
---
dlls/advapi32/crypt.c | 2 +- dlls/ole32/rpc.c | 16 +++--- dlls/oleaut32/tests/typelib.c | 2 +- dlls/rpcrt4/ndr_clientserver.c | 2 +- dlls/rpcrt4/rpc_assoc.c | 2 +- dlls/rpcrt4/rpc_epmap.c | 2 +- dlls/rpcrt4/rpc_message.c | 2 +- dlls/rpcrt4/rpc_server.c | 2 +- dlls/rpcrt4/rpcrt4_main.c | 2 +- dlls/rpcrt4/tests/ndr_marshall.c | 18 ++++---- dlls/rpcrt4/tests/rpc.c | 94 +++++++++++++++++++------------------- dlls/rpcrt4/tests/rpc_async.c | 12 ++-- dlls/rpcrt4/tests/server.c | 10 ++-- include/rpc.h | 2 +- programs/rpcss/epmp.c | 2 +- 15 files changed, 85 insertions(+), 85 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e86eb8efa6975fac1278a4...