Commit b4e00672 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

rpcrt4: Add a stub for RpcSsDontSerializeContext.

parent daaa4c40
......@@ -157,6 +157,14 @@ void WINAPI RpcSsDestroyClientContext(void **ContextHandle)
RpcRaiseException(status);
}
/***********************************************************************
* RpcSsDontSerializeContext [RPCRT4.@]
*/
void WINAPI RpcSsDontSerializeContext(void)
{
FIXME("stub\n");
}
static UINT ndr_update_context_handle(NDR_CCONTEXT *CContext,
RPC_BINDING_HANDLE hBinding,
const ndr_context_handle *chi)
......
......@@ -471,7 +471,7 @@
@ stub RpcSsContextLockShared # wxp
@ stdcall RpcSsDestroyClientContext(ptr)
@ stub RpcSsDisableAllocate
@ stub RpcSsDontSerializeContext
@ stdcall RpcSsDontSerializeContext()
@ stub RpcSsEnableAllocate
@ stub RpcSsFree
@ stub RpcSsGetContextBinding
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment