RPCRT4_NdrClientCall2 is ATM hardly "semi-stub".
This commit is contained in:
parent
3b9f280d81
commit
7120b6ea4b
|
@ -51,7 +51,7 @@ LONG_PTR /* CLIENT_CALL_RETURN */ RPCRT4_NdrClientCall2(PMIDL_STUB_DESC pStubDes
|
|||
MIDL_STUB_MESSAGE stubmsg;
|
||||
*/
|
||||
|
||||
FIXME("(pStubDec == ^%p,pFormat = ^%p,...): semi-stub\n", pStubDesc, pFormat);
|
||||
FIXME("(pStubDec == ^%p,pFormat = ^%p,...): stub\n", pStubDesc, pFormat);
|
||||
if (rpc_cli_if) /* NULL for objects */ {
|
||||
TRACE(" *rpc_cli_if (== ^%p) == (RPC_CLIENT_INTERFACE):\n", pStubDesc);
|
||||
TRACE(" Length == %d\n", rpc_cli_if->Length);
|
||||
|
|
Loading…
Reference in New Issue