RPCRT4_NdrClientCall2 is ATM hardly "semi-stub".

This commit is contained in:
Gregory M. Turner 2003-07-16 23:30:18 +00:00 committed by Alexandre Julliard
parent 3b9f280d81
commit 7120b6ea4b
1 changed files with 1 additions and 1 deletions

View File

@ -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);