зеркало из https://github.com/mozilla/pjs.git
Yet another bustage fix. Patch by dwitte@stanford.edu r/sr=engulfed tree
This commit is contained in:
Родитель
7d5a549784
Коммит
3c02ba4660
|
@ -50,7 +50,7 @@
|
|||
|
||||
// XXX these casts and constructs are horrible, but our nsInt64/nsTime
|
||||
// classes are lacking so we need them for now. see bug 198694.
|
||||
#define USEC_PER_SEC (nsInt64(PRInt64(1000000)))
|
||||
#define USEC_PER_SEC (nsInt64(PRInt32(1000000)))
|
||||
#define NOW_IN_SECONDS (nsInt64(PR_Now()) / USEC_PER_SEC)
|
||||
|
||||
// main cookie storage struct
|
||||
|
|
Загрузка…
Ссылка в новой задаче