diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2015-05-14 09:14:59 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-14 18:41:48 +0200 |
commit | fa7d7c85db730d0550e1eb41fd362bb5cc0df457 (patch) | |
tree | 5a77ef8ae5da1f39820bbddec5057275396d720a /src | |
parent | a75155d8ba7133a5faeac42b8a293a263235c4d8 (diff) |
ecore_avahi: fix definition of EAPI on Windows.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ecore_avahi/Ecore_Avahi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_avahi/Ecore_Avahi.h b/src/lib/ecore_avahi/Ecore_Avahi.h index 1ba744348e..460ef805e3 100644 --- a/src/lib/ecore_avahi/Ecore_Avahi.h +++ b/src/lib/ecore_avahi/Ecore_Avahi.h | |||
@@ -12,7 +12,7 @@ | |||
12 | #endif | 12 | #endif |
13 | 13 | ||
14 | #ifdef _WIN32 | 14 | #ifdef _WIN32 |
15 | # ifdef EFL_ECORE_BUILD | 15 | # ifdef EFL_ECORE_AVAHI_BUILD |
16 | # ifdef DLL_EXPORT | 16 | # ifdef DLL_EXPORT |
17 | # define EAPI __declspec(dllexport) | 17 | # define EAPI __declspec(dllexport) |
18 | # else | 18 | # else |