diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:29:25 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:29:25 +0000 |
commit | 226ceb39dc66ef795ba1bad9b5eac598693eefff (patch) | |
tree | 95523639c16fcf0d75ff25d451e8acbe10699e4e /include/X11/Xtos.h | |
parent | 74a94933d160fc9b82c5f5e1c895cb52689f3e41 (diff) |
merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)CYGWIN-RELEASE-1-MERGECYGWIN-PRE-6_8_0-MERGECYGWIN-HEAD-MERGECYGWIN-HEAD-LAST-MERGE
Diffstat (limited to 'include/X11/Xtos.h')
-rw-r--r-- | include/X11/Xtos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h index f87fdb2..005cf0d 100644 --- a/include/X11/Xtos.h +++ b/include/X11/Xtos.h @@ -48,7 +48,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: xc/lib/Xt/Xtos.h,v 3.13 2003/10/24 15:47:35 tsi Exp $ */ +/* $XFree86: xc/lib/Xt/Xtos.h,v 3.12tsi Exp $ */ #ifndef _Xtos_h #define _Xtos_h @@ -67,7 +67,7 @@ SOFTWARE. defined(__sparc64__) || \ defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ - defined(__AMD64__) || defined(AMD64) || \ + defined(__amd64__) || defined(amd64) || \ (defined(sgi) && (_MIPS_SZLONG == 64)) #define LONG64 #endif |