Module: wine Branch: master Commit: d452c7574ffc9fef983980f09fd57c5ad04910a3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d452c7574ffc9fef983980f09...
Author: Michael Stefaniuc mstefani@winehq.org Date: Sat Nov 28 23:07:22 2020 +0100
rpcrt4: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/rpcrt4/cpsf.c | 38 +++++++++-------------------- dlls/rpcrt4/rpc_binding.c | 3 +-- dlls/rpcrt4/rpc_epmap.c | 3 +-- dlls/rpcrt4/rpc_transport.c | 59 ++++++++++++++++----------------------------- dlls/rpcrt4/tests/rpc.c | 3 +-- dlls/rpcrt4/tests/server.c | 20 ++++++--------- 6 files changed, 44 insertions(+), 82 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d452c7574ffc9fef98398...