Commit 3ef4c7e1 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Remove unneeded WINAPI from internal function.

parent 0dc82780
......@@ -206,7 +206,7 @@ typedef struct _CertificateChain
LONG ref;
} CertificateChain, *PCertificateChain;
static inline BOOL WINAPI CRYPT_IsCertificateSelfSigned(PCCERT_CONTEXT cert)
static inline BOOL CRYPT_IsCertificateSelfSigned(PCCERT_CONTEXT cert)
{
return CertCompareCertificateName(cert->dwCertEncodingType,
&cert->pCertInfo->Subject, &cert->pCertInfo->Issuer);
......
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