Commit 9b38ffe6 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

ole32: The server principal name can be the constant COLE_DEFAULT_PRINCIPAL.

parent b613d715
...@@ -553,9 +553,9 @@ static HRESULT WINAPI ProxyCliSec_SetBlanket(IClientSecurity *iface, ...@@ -553,9 +553,9 @@ static HRESULT WINAPI ProxyCliSec_SetBlanket(IClientSecurity *iface,
void *pAuthInfo, void *pAuthInfo,
DWORD Capabilities) DWORD Capabilities)
{ {
FIXME("(%p, %d, %d, %s, %d, %d, %p, 0x%x): stub\n", pProxy, AuthnSvc, FIXME("(%p, %d, %d, %s, %d, %d, %p, 0x%x): stub\n", pProxy, AuthnSvc, AuthzSvc,
AuthzSvc, debugstr_w(pServerPrincName), AuthnLevel, ImpLevel, pServerPrincName == (OLECHAR*)COLE_DEFAULT_PRINCIPAL ? "<default principal>" : debugstr_w(pServerPrincName),
pAuthInfo, Capabilities); AuthnLevel, ImpLevel, pAuthInfo, Capabilities);
return E_NOTIMPL; return E_NOTIMPL;
} }
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
@ stdcall CoRevokeClassObject(long) @ stdcall CoRevokeClassObject(long)
@ stdcall CoRevokeInitializeSpy(double) @ stdcall CoRevokeInitializeSpy(double)
@ stdcall CoRevokeMallocSpy() @ stdcall CoRevokeMallocSpy()
@ stdcall CoSetProxyBlanket(ptr long long wstr long long ptr long) @ stdcall CoSetProxyBlanket(ptr long long ptr long long ptr long)
@ stdcall CoSetState(ptr) @ stdcall CoSetState(ptr)
@ stdcall CoSuspendClassObjects() @ stdcall CoSuspendClassObjects()
@ stdcall CoSwitchCallContext(ptr ptr) @ stdcall CoSwitchCallContext(ptr ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment