mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Fix for platforms that have PRInt64 defined as a struct.
This commit is contained in:
parent
af2e8905f9
commit
1ed053b771
@ -1590,7 +1590,7 @@ TrustLabel *TL_Construct()
|
||||
ALabel->szTrustAuthority = NULL;
|
||||
ALabel->isGeneric = FALSE;
|
||||
ALabel->isSigned = FALSE;
|
||||
#ifdef XP_MAC
|
||||
#if defined(XP_MAC) || defined(PRINT64_IS_STRUCT)
|
||||
ALabel->ExpDate.hi = ALabel->ExpDate.lo = 0;
|
||||
#else
|
||||
ALabel->ExpDate = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user