Skip to content

Commit

Permalink
crypt32: Fix 64 bit build.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefand committed Oct 7, 2018
1 parent 10ffce6 commit e704f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/crypt32/chain.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ void qemu_CertVerifyCertificateChainPolicy(struct qemu_syscall *call)
#if GUEST_BIT == HOST_BIT
c->super.iret = CertVerifyCertificateChainPolicy(QEMU_G2H(c->szPolicyOID), QEMU_G2H(c->pChainContext),
QEMU_G2H(c->pPolicyPara), QEMU_G2H(c->pPolicyStatus));
return
return;
#endif

status32 = QEMU_G2H(c->pPolicyStatus);
Expand Down

0 comments on commit e704f04

Please sign in to comment.