diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-28 16:52:48 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-07 09:53:11 +0200 |
commit | 61e271890731a8563544cc7dfcae40ab00dc35b2 (patch) | |
tree | 6b1180e023ca83cf728e8551b54316ad8769b2b3 /src/lib/ethumb/Ethumb.h | |
parent | 24b14b408e26fb215af884b2b5d3f0430e23749d (diff) |
ethumb: remove the need to order the header correctly for Windows.
Diffstat (limited to 'src/lib/ethumb/Ethumb.h')
-rw-r--r-- | src/lib/ethumb/Ethumb.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/ethumb/Ethumb.h b/src/lib/ethumb/Ethumb.h index 5d1fb0c31c..2e497e19e8 100644 --- a/src/lib/ethumb/Ethumb.h +++ b/src/lib/ethumb/Ethumb.h | |||
@@ -565,7 +565,7 @@ EAPI Eina_Bool ethumb_cmp(const Ethumb *e1, const Ethumb *e2) EINA_ARG_NONNULL(1 | |||
565 | 565 | ||
566 | EAPI int ethumb_hash(const void *key, int key_length) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT EINA_PURE; | 566 | EAPI int ethumb_hash(const void *key, int key_length) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT EINA_PURE; |
567 | EAPI int ethumb_key_cmp(const void *key1, int key1_length, | 567 | EAPI int ethumb_key_cmp(const void *key1, int key1_length, |
568 | const void *key2, int key2_length) EINA_ARG_NONNULL(1, 3) EINA_WARN_UNUSED_RESULT EINA_PURE; | 568 | const void *key2, int key2_length) EINA_ARG_NONNULL(1, 3) EINA_WARN_UNUSED_RESULT EINA_PURE; |
569 | EAPI unsigned int ethumb_length(const void *key) EINA_PURE EINA_WARN_UNUSED_RESULT; | 569 | EAPI unsigned int ethumb_length(const void *key) EINA_PURE EINA_WARN_UNUSED_RESULT; |
570 | 570 | ||
571 | /** | 571 | /** |
@@ -575,8 +575,11 @@ EAPI unsigned int ethumb_length(const void *key) EINA_PURE EINA_WARN_UNUSED_RESU | |||
575 | /** | 575 | /** |
576 | * @} | 576 | * @} |
577 | */ | 577 | */ |
578 | |||
579 | #ifdef __cplusplus | 578 | #ifdef __cplusplus |
580 | } | 579 | } |
581 | #endif | 580 | #endif |
581 | |||
582 | #undef EAPI | ||
583 | #define EAPI | ||
584 | |||
582 | #endif /* __ETHUMB_H__ */ | 585 | #endif /* __ETHUMB_H__ */ |