Austin English : rpcrt4: Add a stub for RpcSsDontSerializeContext.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 8 15:06:45 CDT 2014


Module: wine
Branch: master
Commit: b4e006720aee0448a22ea0bdbd5fd9c2d5fcb70b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b4e006720aee0448a22ea0bdbd5fd9c2d5fcb70b

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Jul  7 19:54:21 2014 -0700

rpcrt4: Add a stub for RpcSsDontSerializeContext.

---

 dlls/rpcrt4/ndr_contexthandle.c | 8 ++++++++
 dlls/rpcrt4/rpcrt4.spec         | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/dlls/rpcrt4/ndr_contexthandle.c b/dlls/rpcrt4/ndr_contexthandle.c
index cab0fc5..43e0ce7 100644
--- a/dlls/rpcrt4/ndr_contexthandle.c
+++ b/dlls/rpcrt4/ndr_contexthandle.c
@@ -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)
diff --git a/dlls/rpcrt4/rpcrt4.spec b/dlls/rpcrt4/rpcrt4.spec
index 33c1af5..00fe7c4 100644
--- a/dlls/rpcrt4/rpcrt4.spec
+++ b/dlls/rpcrt4/rpcrt4.spec
@@ -471,7 +471,7 @@
 @ stub RpcSsContextLockShared # wxp
 @ stdcall RpcSsDestroyClientContext(ptr)
 @ stub RpcSsDisableAllocate
-@ stub RpcSsDontSerializeContext
+@ stdcall RpcSsDontSerializeContext()
 @ stub RpcSsEnableAllocate
 @ stub RpcSsFree
 @ stub RpcSsGetContextBinding




More information about the wine-cvs mailing list