Nikolay Sivov : rpcrt4: Added NdrAsyncServerCall stub.

Alexandre Julliard julliard at winehq.org
Fri Jul 29 10:17:08 CDT 2016


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Jul 28 18:17:16 2016 +0300

rpcrt4: Added NdrAsyncServerCall stub.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/rpcrt4/ndr_stubless.c | 5 +++++
 dlls/rpcrt4/rpcrt4.spec    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dlls/rpcrt4/ndr_stubless.c b/dlls/rpcrt4/ndr_stubless.c
index f5a6bab..92a3665 100644
--- a/dlls/rpcrt4/ndr_stubless.c
+++ b/dlls/rpcrt4/ndr_stubless.c
@@ -1850,3 +1850,8 @@ RPCRTAPI LONG RPC_ENTRY NdrAsyncStubCall(struct IRpcStubBuffer* pThis,
     FIXME("unimplemented, expect crash!\n");
     return 0;
 }
+
+void RPC_ENTRY NdrAsyncServerCall(PRPC_MESSAGE pRpcMsg)
+{
+    FIXME("unimplemented, %p\n", pRpcMsg);
+}
diff --git a/dlls/rpcrt4/rpcrt4.spec b/dlls/rpcrt4/rpcrt4.spec
index f85d263..0fe9d65 100644
--- a/dlls/rpcrt4/rpcrt4.spec
+++ b/dlls/rpcrt4/rpcrt4.spec
@@ -117,7 +117,7 @@
 @ stub NDRcopy
 @ stdcall NdrAllocate(ptr long)
 @ varargs NdrAsyncClientCall(ptr ptr)
-@ stub NdrAsyncServerCall
+@ stdcall NdrAsyncServerCall(ptr)
 @ stdcall NdrAsyncStubCall(ptr ptr ptr ptr)
 @ stdcall NdrByteCountPointerBufferSize(ptr ptr ptr)
 @ stdcall NdrByteCountPointerFree(ptr ptr ptr)




More information about the wine-cvs mailing list