From fa7d7c85db730d0550e1eb41fd362bb5cc0df457 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 14 May 2015 09:14:59 +0200 Subject: [PATCH] ecore_avahi: fix definition of EAPI on Windows. Signed-off-by: Cedric BAIL --- src/lib/ecore_avahi/Ecore_Avahi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #endif #ifdef _WIN32 -# ifdef EFL_ECORE_BUILD +# ifdef EFL_ECORE_AVAHI_BUILD # ifdef DLL_EXPORT # define EAPI __declspec(dllexport) # else