Commit be160335 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl.

parent fff13d27
......@@ -1960,7 +1960,7 @@ interface IClientSecurity : IUnknown
[out] DWORD *pAuthnLevel,
[out] DWORD *pImpLevel,
[out] void **pAuthInfo,
[out] DWORD *pCapabilites);
[out] DWORD *pCapabilities);
HRESULT SetBlanket(
[in] IUnknown *pProxy,
......
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