Fix for platforms that have PRInt64 defined as a struct.
git-svn-id: svn://10.0.0.236/trunk@14707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user