From eb3b3301c618f8f86d4b65cb8438f7863ed6f129 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Sat, 17 Apr 1999 03:46:38 +0000 Subject: [PATCH] Fix for builds on platforms where PRInt64 is declared as a struct. --- extensions/wallet/src/wallet.cpp | 36 ++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/extensions/wallet/src/wallet.cpp b/extensions/wallet/src/wallet.cpp index 394d3438806..2ee1a46ee67 100644 --- a/extensions/wallet/src/wallet.cpp +++ b/extensions/wallet/src/wallet.cpp @@ -49,7 +49,6 @@ static NS_DEFINE_IID(kINetServiceIID, NS_INETSERVICE_IID); static NS_DEFINE_IID(kNetServiceCID, NS_NETSERVICE_CID); #include "htmldlgs.h" -#include "prtypes.h" #include "prlong.h" #include "prinrval.h" #include "allxpstr.h" @@ -159,10 +158,15 @@ wallet_ClearTiming() { void wallet_DumpTiming() { - PRInt32 i; + PRInt32 i, r4; + PRInt64 r1, r2, r3; for (i=1; i