Module: wine Branch: master Commit: b67a843c1a25b3dcce653b14d213b904f883c009 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b67a843c1a25b3dcce653b14d...
Author: Eric Pouech eric.pouech@gmail.com Date: Thu Feb 17 07:11:49 2022 +0100
rpcrt4: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/rpcrt4/Makefile.in | 2 +- dlls/rpcrt4/cproxy.c | 6 +- dlls/rpcrt4/cstub.c | 8 +-- dlls/rpcrt4/ndr_clientserver.c | 4 +- dlls/rpcrt4/ndr_contexthandle.c | 12 ++-- dlls/rpcrt4/ndr_es.c | 32 ++++----- dlls/rpcrt4/ndr_fullpointer.c | 8 +-- dlls/rpcrt4/ndr_marshall.c | 150 ++++++++++++++++++++-------------------- dlls/rpcrt4/ndr_ole.c | 8 +-- dlls/rpcrt4/ndr_stubless.c | 30 ++++---- dlls/rpcrt4/ndr_typelib.c | 6 +- dlls/rpcrt4/rpc_assoc.c | 2 +- dlls/rpcrt4/rpc_async.c | 2 +- dlls/rpcrt4/rpc_binding.c | 58 ++++++++-------- dlls/rpcrt4/rpc_epmap.c | 20 +++--- dlls/rpcrt4/rpc_message.c | 62 ++++++++--------- dlls/rpcrt4/rpc_server.c | 40 +++++------ dlls/rpcrt4/rpc_transport.c | 76 ++++++++++---------- dlls/rpcrt4/rpcrt4_main.c | 12 ++-- 19 files changed, 269 insertions(+), 269 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b67a843c1a25b3dcce653...