eina: let's try to reduce the covered 64bits system.

This commit is contained in:
Cedric BAIL 2013-11-09 15:26:24 +01:00
parent e6c4bcc57d
commit 81d2dc2681
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@
#endif
@EINA_CONFIGURE_HAVE_POSIX_SPINLOCK@
#if (defined(__x86_64__) || defined(__x86_64) || defined(__amd64__) || defined(__amd64) || defined(__ppc64__) || defined(_WIN64) || defined(__LP64__) || defined(_LP64))
/* #if (defined(__x86_64__) || defined(__x86_64) || defined(__amd64__) || defined(__amd64) || defined(__ppc64__) || defined(_WIN64) || defined(__LP64__) || defined(_LP64)) */
#if defined(_WIN64) || defined(__LP64__)
# define EFL64
#endif