Francois Gouget : ole32: Fix spelling of pCapabilities.

Alexandre Julliard julliard at winehq.org
Tue May 6 09:32:18 CDT 2008


Module: wine
Branch: master
Commit: 928048b5e3d3db1ff1a84336d1eb43bae97d978a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=928048b5e3d3db1ff1a84336d1eb43bae97d978a

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue May  6 15:51:33 2008 +0200

ole32: Fix spelling of pCapabilities.

---

 include/objbase.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/objbase.h b/include/objbase.h
index 9f86fa9..6a07a25 100644
--- a/include/objbase.h
+++ b/include/objbase.h
@@ -393,7 +393,7 @@ HRESULT WINAPI CoInitializeSecurity(PSECURITY_DESCRIPTOR pSecDesc, LONG cAuthSvc
 HRESULT WINAPI CoGetCallContext(REFIID riid, void** ppInterface);
 HRESULT WINAPI CoQueryAuthenticationServices(DWORD* pcAuthSvc, SOLE_AUTHENTICATION_SERVICE** asAuthSvc);
 
-HRESULT WINAPI CoQueryProxyBlanket(IUnknown* pProxy, DWORD* pwAuthnSvc, DWORD* pAuthzSvc, OLECHAR** pServerPrincName, DWORD* pAuthnLevel, DWORD* pImpLevel, RPC_AUTH_IDENTITY_HANDLE* pAuthInfo, DWORD* pCapabilites);
+HRESULT WINAPI CoQueryProxyBlanket(IUnknown* pProxy, DWORD* pwAuthnSvc, DWORD* pAuthzSvc, OLECHAR** pServerPrincName, DWORD* pAuthnLevel, DWORD* pImpLevel, RPC_AUTH_IDENTITY_HANDLE* pAuthInfo, DWORD* pCapabilities);
 HRESULT WINAPI CoSetProxyBlanket(IUnknown* pProxy, DWORD dwAuthnSvc, DWORD dwAuthzSvc, OLECHAR* pServerPrincName, DWORD dwAuthnLevel, DWORD dwImpLevel, RPC_AUTH_IDENTITY_HANDLE pAuthInfo, DWORD dwCapabilities);
 HRESULT WINAPI CoCopyProxy(IUnknown* pProxy, IUnknown** ppCopy);
 




More information about the wine-cvs mailing list