another x86 define

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@853 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Jay Sorg 2005-03-13 08:10:30 +00:00
parent 0cbe8f570b
commit 5d691e4180

View File

@ -80,7 +80,8 @@
/* No need for alignment on x86 and amd64 */
#if !defined(NEED_ALIGN)
#if !(defined(__x86__) || defined(__x86_64__) || defined(__AMD64__))
#if !(defined(__x86__) || defined(__x86_64__) || \
defined(__AMD64__) || defined(_M_IX86))
#define NEED_ALIGN
#endif
#endif