Robert Shearman : rpcrt4: RpcBindingCopy is implemented.
Module: wine Branch: master Commit: 7dab87e2e9f343fe8d35ea8befa1b2c7e12c21fa URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7dab87e2e9f343fe8d35ea8b... Author: Robert Shearman <rob(a)codeweavers.com> Date: Tue Oct 3 14:41:04 2006 +0100 rpcrt4: RpcBindingCopy is implemented. --- 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 82f4334..c5498d7 100644 --- a/dlls/rpcrt4/rpcrt4.spec +++ b/dlls/rpcrt4/rpcrt4.spec @@ -369,7 +369,7 @@ # 9x version of I_RpcBindingSetAsync has @ stub RpcAsyncGetCallStatus @ stub RpcAsyncInitializeHandle @ stub RpcAsyncRegisterInfo -@ stub RpcBindingCopy +@ stdcall RpcBindingCopy(ptr ptr) @ stdcall RpcBindingFree(ptr) @ stdcall RpcBindingFromStringBindingA(str ptr) @ stdcall RpcBindingFromStringBindingW(wstr ptr)
participants (1)
-
Alexandre Julliard