diff options
author | Cedric BAIL <cedric@efl.so> | 2013-11-09 15:26:24 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@efl.so> | 2013-11-09 15:26:24 +0100 |
commit | 81d2dc268105c8c5e6779e9a4c88978628bedb7a (patch) | |
tree | 56d8c067b083ae90e38e6a31a79fdef26dea01fa /src/lib/eina | |
parent | e6c4bcc57d44c5f71a0189b3d533704a97350947 (diff) |
eina: let's try to reduce the covered 64bits system.
Diffstat (limited to 'src/lib/eina')
-rw-r--r-- | src/lib/eina/eina_config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/eina/eina_config.h.in b/src/lib/eina/eina_config.h.in index 5eddfdd61d..e829966fc5 100644 --- a/src/lib/eina/eina_config.h.in +++ b/src/lib/eina/eina_config.h.in | |||
@@ -97,7 +97,8 @@ | |||
97 | #endif | 97 | #endif |
98 | @EINA_CONFIGURE_HAVE_POSIX_SPINLOCK@ | 98 | @EINA_CONFIGURE_HAVE_POSIX_SPINLOCK@ |
99 | 99 | ||
100 | #if (defined(__x86_64__) || defined(__x86_64) || defined(__amd64__) || defined(__amd64) || defined(__ppc64__) || defined(_WIN64) || defined(__LP64__) || defined(_LP64)) | 100 | /* #if (defined(__x86_64__) || defined(__x86_64) || defined(__amd64__) || defined(__amd64) || defined(__ppc64__) || defined(_WIN64) || defined(__LP64__) || defined(_LP64)) */ |
101 | #if defined(_WIN64) || defined(__LP64__) | ||
101 | # define EFL64 | 102 | # define EFL64 |
102 | #endif | 103 | #endif |
103 | 104 | ||