Index: mozilla/nsprpub/pr/include/prlong.h |
=================================================================== |
--- mozilla/nsprpub/pr/include/prlong.h (revision 179237) |
+++ mozilla/nsprpub/pr/include/prlong.h (working copy) |
@@ -35,7 +35,7 @@ |
#if defined(HAVE_LONG_LONG) |
/* Keep this in sync with prtypes.h. */ |
-#if PR_BYTES_PER_LONG == 8 && !defined(__APPLE__) |
+#if PR_BYTES_PER_LONG == 8 && !defined(PR_ALTERNATE_INT64_TYPEDEF) |
#define LL_MAXINT 9223372036854775807L |
#define LL_MININT (-LL_MAXINT - 1L) |
#define LL_ZERO 0L |