Module: wine Branch: refs/heads/master Commit: 68e867da8190acfbb5d43620414fe65ca2e64093 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=68e867da8190acfbb5d43620...
Author: Robert Shearman rob@codeweavers.com Date: Wed Aug 9 18:17:10 2006 +0100
rpcrt4: Forward NdrClientCall to NdrClientCall2.
NdrClientCall should be implemented as a separate function when NdrClientCall2 has been factorised enough.
---
dlls/rpcrt4/rpcrt4.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/rpcrt4/rpcrt4.spec b/dlls/rpcrt4/rpcrt4.spec index ca5f45f..82f4334 100644 --- a/dlls/rpcrt4/rpcrt4.spec +++ b/dlls/rpcrt4/rpcrt4.spec @@ -158,7 +158,7 @@ # 9x version of I_RpcBindingSetAsync has @ stdcall NdrCStdStubBuffer_Release(ptr ptr) @ stdcall NdrClearOutParameters(ptr ptr ptr) @ varargs NdrClientCall2(ptr ptr) -@ stub NdrClientCall +@ varargs NdrClientCall(ptr ptr) NdrClientCall2 @ stdcall NdrClientContextMarshall(ptr ptr long) @ stdcall NdrClientContextUnmarshall(ptr ptr ptr) @ stub NdrClientInitialize