[RPCRT4] Sync with Wine Staging 1.9.16. CORE-11866
[reactos.git] / reactos / dll / win32 / rpcrt4 / ndr_stubless.c
index d2f16f5..6197c9d 100644 (file)
@@ -1829,3 +1829,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);
+}