[PATCH 1/2] rpcrt4: Add RpcGetAuthorizationContextForClient() stub.
Signed-off-by: Serge Gautherie <winehq-git_serge_180711(a)gautherie.fr> --- Minimal cherry-pick of https://git.reactos.org/?p=reactos.git;a=commit;h=be460fe03f67e86e9abddc22b7... --- dlls/rpcrt4/rpcrt4.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/rpcrt4/rpcrt4.spec b/dlls/rpcrt4/rpcrt4.spec index 5d558bf..877221c 100644 --- a/dlls/rpcrt4/rpcrt4.spec +++ b/dlls/rpcrt4/rpcrt4.spec @@ -387,6 +387,7 @@ @ stdcall RpcExceptionFilter(long) @ stub RpcFreeAuthorizationContext # wxp @ stdcall RpcGetAsyncCallStatus(ptr) RpcAsyncGetCallStatus +@ stub RpcGetAuthorizationContextForClient #(ptr long ptr ptr int64 long ptr ptr) @ stub RpcIfIdVectorFree @ stub RpcIfInqId @ stdcall RpcImpersonateClient(ptr) -- 2.10.0.windows.1
Serge Gautherie <winehq-git_serge_180711(a)gautherie.fr> wrote:
Signed-off-by: Serge Gautherie <winehq-git_serge_180711(a)gautherie.fr> --- Minimal cherry-pick of https://git.reactos.org/?p=reactos.git;a=commit;h=be460fe03f67e86e9abddc22b7...
As far as I understand there's no real app that depends on this. -- Dmitry.
On 01/04/2020 12:37, Dmitry Timoshkov wrote:
Serge Gautherie<winehq-git_serge_180711(a)gautherie.fr> wrote:
Signed-off-by: Serge Gautherie<winehq-git_serge_180711(a)gautherie.fr> --- Minimal cherry-pick of https://git.reactos.org/?p=reactos.git;a=commit;h=be460fe03f67e86e9abddc22b7...
As far as I understand there's no real app that depends on this.
I don't know more than what the initial author tested/reported (WinLogon, ...). If Wine does not want to enable it as is, would it be accepted as a (reminder) comment, or not at all? --
participants (2)
-
Dmitry Timoshkov -
Serge Gautherie