1 Mar
2023
1 Mar
'23
6:21 a.m.
From: YeshunYe <yeyeshun(a)uniontech.com> Signed-off-by: YeshunYe <yeyeshun(a)uniontech.com> --- dlls/rpcrt4/ndr_stubless.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/rpcrt4/ndr_stubless.c b/dlls/rpcrt4/ndr_stubless.c index 8fc5fd41ca6..c94a45338cf 100644 --- a/dlls/rpcrt4/ndr_stubless.c +++ b/dlls/rpcrt4/ndr_stubless.c @@ -1423,6 +1423,8 @@ LONG WINAPI NdrStubCall2( * are calling an object method */ if (pThis) *(void **)args = ((CStdStubBuffer *)pThis)->pvServerObject; + else + *(void **)args = pRpcMsg->Handle; if (is_oicf_stubdesc(pStubDesc)) { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2305