mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[RPCRT4] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70925
This commit is contained in:
parent
2021521c14
commit
c20ac899c6
3 changed files with 12 additions and 2 deletions
|
@ -1615,6 +1615,16 @@ RpcBindingInqAuthClientExW( RPC_BINDING_HANDLE ClientBinding, RPC_AUTHZ_HANDLE *
|
||||||
AuthnSvc, AuthzSvc, Flags);
|
AuthnSvc, AuthzSvc, Flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* RpcBindingServerFromClient (RPCRT4.@)
|
||||||
|
*/
|
||||||
|
RPCRTAPI RPC_STATUS RPC_ENTRY
|
||||||
|
RpcBindingServerFromClient( RPC_BINDING_HANDLE ClientBinding, RPC_BINDING_HANDLE *ServerBinding )
|
||||||
|
{
|
||||||
|
FIXME("%p %p: stub\n", ClientBinding, ServerBinding);
|
||||||
|
return RPC_S_INVALID_BINDING;
|
||||||
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* RpcBindingSetAuthInfoExA (RPCRT4.@)
|
* RpcBindingSetAuthInfoExA (RPCRT4.@)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -345,7 +345,7 @@
|
||||||
345 stdcall RpcBindingInqObject(ptr ptr)
|
345 stdcall RpcBindingInqObject(ptr ptr)
|
||||||
346 stub RpcBindingInqOption
|
346 stub RpcBindingInqOption
|
||||||
347 stdcall RpcBindingReset(ptr)
|
347 stdcall RpcBindingReset(ptr)
|
||||||
348 stub RpcBindingServerFromClient
|
348 stdcall RpcBindingServerFromClient(ptr ptr)
|
||||||
349 stdcall RpcBindingSetAuthInfoA(ptr str long long ptr long)
|
349 stdcall RpcBindingSetAuthInfoA(ptr str long long ptr long)
|
||||||
350 stdcall RpcBindingSetAuthInfoExA(ptr str long long ptr long ptr)
|
350 stdcall RpcBindingSetAuthInfoExA(ptr str long long ptr long ptr)
|
||||||
351 stdcall RpcBindingSetAuthInfoExW(ptr wstr long long ptr long ptr)
|
351 stdcall RpcBindingSetAuthInfoExW(ptr wstr long long ptr long ptr)
|
||||||
|
|
|
@ -163,7 +163,7 @@ reactos/dll/win32/rasapi32 # Synced to WineStaging-1.9.4
|
||||||
reactos/dll/win32/resutils # Synced to WineStaging-1.7.55
|
reactos/dll/win32/resutils # Synced to WineStaging-1.7.55
|
||||||
reactos/dll/win32/riched20 # Synced to WineStaging-1.9.4
|
reactos/dll/win32/riched20 # Synced to WineStaging-1.9.4
|
||||||
reactos/dll/win32/riched32 # Synced to WineStaging-1.7.55
|
reactos/dll/win32/riched32 # Synced to WineStaging-1.7.55
|
||||||
reactos/dll/win32/rpcrt4 # Synced to WineStaging-1.7.55
|
reactos/dll/win32/rpcrt4 # Synced to WineStaging-1.9.4
|
||||||
reactos/dll/win32/rsabase # Synced to WineStaging-1.7.55
|
reactos/dll/win32/rsabase # Synced to WineStaging-1.7.55
|
||||||
reactos/dll/win32/rsaenh # Synced to WineStaging-1.7.55
|
reactos/dll/win32/rsaenh # Synced to WineStaging-1.7.55
|
||||||
reactos/dll/win32/sccbase # Synced to WineStaging-1.7.55
|
reactos/dll/win32/sccbase # Synced to WineStaging-1.7.55
|
||||||
|
|
Loading…
Reference in a new issue