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:
briano%netscape.com
1998-11-15 08:56:19 +00:00
parent a91760319f
commit 9eff91466b

View File

@@ -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;