Fix for platforms that have PRInt64 defined as a struct.

This commit is contained in:
briano%netscape.com 1998-11-15 08:56:19 +00:00
Родитель 58f077cd96
Коммит 8ac7ec947b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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