зеркало из https://github.com/mozilla/pjs.git
Fix for platforms that have PRInt64 defined as a struct.
This commit is contained in:
Родитель
58f077cd96
Коммит
8ac7ec947b
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче