summaryrefslogtreecommitdiffstats
path: root/common/arch.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-06-03 15:26:31 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-06-03 15:26:31 -0700
commit8a116d3051c5ae47939ebdf3ecdf23c35a1d7e00 (patch)
tree479d3dca61467b443e28395a769dbb689919d167 /common/arch.h
parent944be3afa33609c7684f1a87de047925eb358815 (diff)
downloadxrdp-proprietary-8a116d3051c5ae47939ebdf3ecdf23c35a1d7e00.tar.gz
xrdp-proprietary-8a116d3051c5ae47939ebdf3ecdf23c35a1d7e00.zip
common: add another x86-64 define
Diffstat (limited to 'common/arch.h')
-rw-r--r--common/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/arch.h b/common/arch.h
index e04504f0..9fbca952 100644
--- a/common/arch.h
+++ b/common/arch.h
@@ -33,7 +33,7 @@
defined(__ia64__) || defined(__ppc__) || defined(__arm__)
#define NEED_ALIGN
#elif defined(__x86__) || defined(__x86_64__) || \
- defined(__AMD64__) || defined(_M_IX86) || \
+ defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \
defined(__i386__)
#define NO_NEED_ALIGN
#else