Bang Jun-young : crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().

Alexandre Julliard julliard at winehq.org
Tue Oct 16 07:59:36 CDT 2007


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

Author: Bang Jun-young <junyoung at mogua.com>
Date:   Mon Oct 15 17:12:26 2007 +0900

crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().

---

 dlls/crypt32/oid.c |    2 +-
 include/wincrypt.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/crypt32/oid.c b/dlls/crypt32/oid.c
index 98ced9e..1e2de95 100644
--- a/dlls/crypt32/oid.c
+++ b/dlls/crypt32/oid.c
@@ -414,7 +414,7 @@ BOOL WINAPI CryptFreeOIDFunctionAddress(HCRYPTOIDFUNCADDR hFuncAddr,
 }
 
 BOOL WINAPI CryptGetDefaultOIDFunctionAddress(HCRYPTOIDFUNCSET hFuncSet,
- DWORD dwEncodingType, LPCWSTR pwszDll, DWORD dwFlags, void *ppvFuncAddr,
+ DWORD dwEncodingType, LPCWSTR pwszDll, DWORD dwFlags, void **ppvFuncAddr,
  HCRYPTOIDFUNCADDR *phFuncAddr)
 {
     FIXME("(%p, %d, %s, %08x, %p, %p): stub\n", hFuncSet, dwEncodingType,
diff --git a/include/wincrypt.h b/include/wincrypt.h
index df709fe..7563051 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -3541,7 +3541,7 @@ HCRYPTOIDFUNCSET WINAPI CryptInitOIDFunctionSet(LPCSTR,DWORD);
 BOOL WINAPI CryptGetDefaultOIDDllList(HCRYPTOIDFUNCSET hFuncSet,
  DWORD dwEncodingType, LPWSTR pwszDllList, DWORD *pcchDllList);
 BOOL WINAPI CryptGetDefaultOIDFunctionAddress(HCRYPTOIDFUNCSET hFuncSet,
- DWORD dwEncodingType, LPCWSTR pwszDll, DWORD dwFlags, void *ppvFuncAddr,
+ DWORD dwEncodingType, LPCWSTR pwszDll, DWORD dwFlags, void **ppvFuncAddr,
  HCRYPTOIDFUNCADDR *phFuncAddr);
 BOOL WINAPI CryptGetOIDFunctionAddress(HCRYPTOIDFUNCSET hFuncSet,
  DWORD dwEncodingType, LPCSTR pszOID, DWORD dwFlags, void **ppvFuncAddr,




More information about the wine-cvs mailing list