Commit 62122b66 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

crypt32: Remove WINAPI on static functions where not needed.

parent c0dbfebe
...@@ -162,7 +162,7 @@ static const context_vtbl_t cert_vtbl = { ...@@ -162,7 +162,7 @@ static const context_vtbl_t cert_vtbl = {
Cert_clone Cert_clone
}; };
static BOOL WINAPI add_cert_to_store(WINECRYPT_CERTSTORE *store, const CERT_CONTEXT *cert, static BOOL add_cert_to_store(WINECRYPT_CERTSTORE *store, const CERT_CONTEXT *cert,
DWORD add_disposition, BOOL use_link, PCCERT_CONTEXT *ret_context) DWORD add_disposition, BOOL use_link, PCCERT_CONTEXT *ret_context)
{ {
const CERT_CONTEXT *existing = NULL; const CERT_CONTEXT *existing = NULL;
......
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