mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
crypt32: Remove unneeded WINAPI from internal function.
This commit is contained in:
parent
0dc82780ca
commit
3ef4c7e1cc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue