http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3703fb8
)
crypt32: Correct a prototype.
author
Juan Lang
<juan.lang@gmail.com>
Fri, 23 Oct 2009 20:51:02 +0000
(13:51 -0700)
committer
Alexander Morozov
<amorozov@etersoft.ru>
Thu, 1 Jul 2010 13:18:04 +0000
(17:18 +0400)
dlls/crypt32/crypt32_private.h
patch
|
blob
|
blame
|
history
diff --git
a/dlls/crypt32/crypt32_private.h
b/dlls/crypt32/crypt32_private.h
index a5759a26189574ce1d48f06e24c75107597aeb8b..5e5b540d0ecc4be31828955afcd9274b6f1a52ad 100644
(file)
--- 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