diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2011-12-06 05:27:13 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2011-12-06 05:27:13 +0000 |
commit | 44c9a67c69264768569d5a8df150ee0390f22a81 (patch) | |
tree | cde98e2caff6f12fa9c34e3fb57b80da5f834a38 /legacy/ethumb | |
parent | 621382a89951bb32c6db60221cc7866cd1662e27 (diff) |
Ethumb: remove unused macro
SVN revision: 65941
Diffstat (limited to 'legacy/ethumb')
-rw-r--r-- | legacy/ethumb/src/lib/Ethumb.h | 6 | ||||
-rw-r--r-- | legacy/ethumb/src/lib/client/Ethumb_Client.h | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/legacy/ethumb/src/lib/Ethumb.h b/legacy/ethumb/src/lib/Ethumb.h index 96e7d0755a..236ddead4c 100644 --- a/legacy/ethumb/src/lib/Ethumb.h +++ b/legacy/ethumb/src/lib/Ethumb.h | |||
@@ -11,27 +11,21 @@ | |||
11 | # ifdef EFL_ETHUMB_BUILD | 11 | # ifdef EFL_ETHUMB_BUILD |
12 | # ifdef DLL_EXPORT | 12 | # ifdef DLL_EXPORT |
13 | # define EAPI __declspec(dllexport) | 13 | # define EAPI __declspec(dllexport) |
14 | # define GNUC_NULL_TERMINATED | ||
15 | # else | 14 | # else |
16 | # define EAPI | 15 | # define EAPI |
17 | # define GNUC_NULL_TERMINATED | ||
18 | # endif /* ! DLL_EXPORT */ | 16 | # endif /* ! DLL_EXPORT */ |
19 | # else | 17 | # else |
20 | # define EAPI __declspec(dllimport) | 18 | # define EAPI __declspec(dllimport) |
21 | # define GNUC_NULL_TERMINATED | ||
22 | # endif /* ! EFL_ETHUMB_BUILD */ | 19 | # endif /* ! EFL_ETHUMB_BUILD */ |
23 | #else | 20 | #else |
24 | # ifdef __GNUC__ | 21 | # ifdef __GNUC__ |
25 | # if __GNUC__ >= 4 | 22 | # if __GNUC__ >= 4 |
26 | # define EAPI __attribute__ ((visibility("default"))) | 23 | # define EAPI __attribute__ ((visibility("default"))) |
27 | # define GNUC_NULL_TERMINATED __attribute__((__sentinel__)) | ||
28 | # else | 24 | # else |
29 | # define EAPI | 25 | # define EAPI |
30 | # define GNUC_NULL_TERMINATED | ||
31 | # endif | 26 | # endif |
32 | # else | 27 | # else |
33 | # define EAPI | 28 | # define EAPI |
34 | # define GNUC_NULL_TERMINATED | ||
35 | # endif | 29 | # endif |
36 | #endif /* ! _WIN32 */ | 30 | #endif /* ! _WIN32 */ |
37 | 31 | ||
diff --git a/legacy/ethumb/src/lib/client/Ethumb_Client.h b/legacy/ethumb/src/lib/client/Ethumb_Client.h index 42538fa095..fd3891ac6b 100644 --- a/legacy/ethumb/src/lib/client/Ethumb_Client.h +++ b/legacy/ethumb/src/lib/client/Ethumb_Client.h | |||
@@ -13,27 +13,21 @@ | |||
13 | # ifdef EFL_ETHUMB_CLIENT_BUILD | 13 | # ifdef EFL_ETHUMB_CLIENT_BUILD |
14 | # ifdef DLL_EXPORT | 14 | # ifdef DLL_EXPORT |
15 | # define EAPI __declspec(dllexport) | 15 | # define EAPI __declspec(dllexport) |
16 | # define GNUC_NULL_TERMINATED | ||
17 | # else | 16 | # else |
18 | # define EAPI | 17 | # define EAPI |
19 | # define GNUC_NULL_TERMINATED | ||
20 | # endif /* ! DLL_EXPORT */ | 18 | # endif /* ! DLL_EXPORT */ |
21 | # else | 19 | # else |
22 | # define EAPI __declspec(dllimport) | 20 | # define EAPI __declspec(dllimport) |
23 | # define GNUC_NULL_TERMINATED | ||
24 | # endif /* ! EFL_ETHUMB_CLIENT_BUILD */ | 21 | # endif /* ! EFL_ETHUMB_CLIENT_BUILD */ |
25 | #else | 22 | #else |
26 | # ifdef __GNUC__ | 23 | # ifdef __GNUC__ |
27 | # if __GNUC__ >= 4 | 24 | # if __GNUC__ >= 4 |
28 | # define EAPI __attribute__ ((visibility("default"))) | 25 | # define EAPI __attribute__ ((visibility("default"))) |
29 | # define GNUC_NULL_TERMINATED __attribute__((__sentinel__)) | ||
30 | # else | 26 | # else |
31 | # define EAPI | 27 | # define EAPI |
32 | # define GNUC_NULL_TERMINATED | ||
33 | # endif | 28 | # endif |
34 | # else | 29 | # else |
35 | # define EAPI | 30 | # define EAPI |
36 | # define GNUC_NULL_TERMINATED | ||
37 | # endif | 31 | # endif |
38 | #endif /* ! _WIN32 */ | 32 | #endif /* ! _WIN32 */ |
39 | 33 | ||