diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch) | |
tree | 23eb7becc5360b2cbe16aa8d45529880067f3989 /render/picture.h | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'render/picture.h')
-rw-r--r-- | render/picture.h | 8 |
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__) && \ |