diff options
Diffstat (limited to 'src/lib/elocation')
-rw-r--r-- | src/lib/elocation/Elocation.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/lib/elocation/Elocation.h b/src/lib/elocation/Elocation.h index 60002c0384..6ebec636fa 100644 --- a/src/lib/elocation/Elocation.h +++ b/src/lib/elocation/Elocation.h | |||
@@ -39,15 +39,15 @@ | |||
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | #ifdef _WIN32 | 41 | #ifdef _WIN32 |
42 | # ifdef EFL_ELOCATION_BUILD | 42 | # ifdef EFL_BUILD |
43 | # ifdef DLL_EXPORT | 43 | # ifdef DLL_EXPORT |
44 | # define EAPI __declspec(dllexport) | 44 | # define EAPI __declspec(dllexport) |
45 | # else | 45 | # else |
46 | # define EAPI | 46 | # define EAPI |
47 | # endif /* ! DLL_EXPORT */ | 47 | # endif |
48 | # else | 48 | # else |
49 | # define EAPI __declspec(dllimport) | 49 | # define EAPI __declspec(dllimport) |
50 | # endif /* ! EFL_ELOCATION_BUILD */ | 50 | # endif |
51 | #else | 51 | #else |
52 | # ifdef __GNUC__ | 52 | # ifdef __GNUC__ |
53 | # if __GNUC__ >= 4 | 53 | # if __GNUC__ >= 4 |
@@ -58,7 +58,7 @@ | |||
58 | # else | 58 | # else |
59 | # define EAPI | 59 | # define EAPI |
60 | # endif | 60 | # endif |
61 | #endif /* ! _WIN32 */ | 61 | #endif |
62 | 62 | ||
63 | #ifdef EFL_BETA_API_SUPPORT | 63 | #ifdef EFL_BETA_API_SUPPORT |
64 | 64 | ||
@@ -427,4 +427,7 @@ EAPI void elocation_shutdown(void); | |||
427 | 427 | ||
428 | #endif /* BETA API */ | 428 | #endif /* BETA API */ |
429 | 429 | ||
430 | #undef EAPI | ||
431 | #define EAPI | ||
432 | |||
430 | #endif | 433 | #endif |