diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-10-05 10:40:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-10-05 10:40:14 +0000 |
commit | 9753770bb41cc0347cd2e60615edb097f5de93c3 (patch) | |
tree | 807ec3ee9a5eb8a6a9c0102d4cf0d5f1cb8920d7 /sal | |
parent | 21526913249e73637cf6954afc4b96096578f564 (diff) |
INTEGRATION: CWS pj34 (1.4.14); FILE MERGED
2005/09/23 08:00:22 pjanik 1.4.14.1: #i30479#: Add AMD64's THIS_ARCH macro.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/source/macro.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx index 29d242fb058b..109019d7abc9 100644 --- a/sal/rtl/source/macro.hxx +++ b/sal/rtl/source/macro.hxx @@ -4,9 +4,9 @@ * * $RCSfile: macro.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:03:00 $ + * last change: $Author: kz $ $Date: 2005-10-05 11:40:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,6 +70,8 @@ this is inserted for the case that the preprocessor ignores error #define THIS_ARCH "SPARC" #elif defined IRIX #define THIS_ARCH "MIPS" +#elif defined X86_64 +#define THIS_ARCH "X86_64" #endif #if ! defined THIS_ARCH |