Juan Lang : crypt32: Correct a prototype.

Alexandre Julliard julliard at winehq.org
Thu Oct 29 11:20:35 CDT 2009


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Fri Oct 23 13:51:02 2009 -0700

crypt32: Correct a prototype.

---

 dlls/crypt32/crypt32_private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/crypt32_private.h b/dlls/crypt32/crypt32_private.h
index a5759a2..5e5b540 100644
--- a/dlls/crypt32/crypt32_private.h
+++ b/dlls/crypt32/crypt32_private.h
@@ -295,7 +295,7 @@ void CRYPT_FixKeyProvInfoPointers(PCRYPT_KEY_PROV_INFO info);
  */
 
 DWORD cert_name_to_str_with_indent(DWORD dwCertEncodingType, DWORD indent,
- PCERT_NAME_BLOB pName, DWORD dwStrType, LPWSTR psz, DWORD csz);
+ const CERT_NAME_BLOB *pName, DWORD dwStrType, LPWSTR psz, DWORD csz);
 
 /**
  *  Context functions




More information about the wine-cvs mailing list