another x86 define

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@877 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Jay Sorg 2005-04-03 05:41:04 +00:00
parent 330c277f37
commit 3921776285

View File

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