Module: wine Branch: master Commit: eadb037ba115e1101645d8260bb5cb9e8e52a87f URL: https://source.winehq.org/git/wine.git/?a=commit;h=eadb037ba115e1101645d8260...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 19 10:32:06 2019 +0200
rpcrt4: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/rpcrt4/Makefile.in | 2 ++ dlls/rpcrt4/cproxy.c | 3 --- dlls/rpcrt4/cpsf.c | 26 +++++++++++--------------- dlls/rpcrt4/cstub.c | 3 --- dlls/rpcrt4/ndr_marshall.c | 5 ++--- dlls/rpcrt4/ndr_stubless.c | 3 --- dlls/rpcrt4/rpc_assoc.c | 5 ++--- dlls/rpcrt4/rpc_binding.c | 21 ++++++++++----------- dlls/rpcrt4/rpc_server.c | 3 --- dlls/rpcrt4/rpc_transport.c | 29 ++++++++++++++--------------- dlls/rpcrt4/rpcrt4_main.c | 5 +---- 11 files changed, 42 insertions(+), 63 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=eadb037ba115e1101645d...