summaryrefslogtreecommitdiff
path: root/render/picture.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/picture.h')
-rw-r--r--render/picture.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/render/picture.h b/render/picture.h
index 2c2b1b3b4..c47d51941 100644
--- a/render/picture.h
+++ b/render/picture.h
@@ -1,5 +1,5 @@
/*
- * $XFree86: xc/programs/Xserver/render/picture.h,v 1.18 2002/11/06 22:45:36 keithp Exp $
+ * $XFree86: xc/programs/Xserver/render/picture.h,v 1.21 2003/11/03 05:12:01 tsi Exp $
*
* Copyright © 2000 SuSE, Inc.
*
@@ -165,11 +165,13 @@ int PictureParseCmapPolicy (const char *name);
#ifdef WIN32
typedef __int64 xFixed_32_32;
#else
-# if defined(__alpha__) || defined(__alpha) || \
+# if defined (_LP64) || \
+ defined(__alpha__) || defined(__alpha) || \
defined(ia64) || defined(__ia64__) || \
defined(__sparc64__) || \
defined(__s390x__) || \
- defined(x86_64) || defined (__x86_64__)
+ defined(AMD64) || defined (__AMD64__) || \
+ (defined(sgi) && (_MIPS_SZLONG == 64))
typedef long xFixed_32_32;
# else
# if defined(__GNUC__) && \