From ce5ccfb5bee5174b168f0df49b75df2ab3849454 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 28 Apr 2015 14:24:48 +0200 Subject: ecore: remove the need to order the header correctly for Windows. --- src/lib/ecore_avahi/Ecore_Avahi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/ecore_avahi') diff --git a/src/lib/ecore_avahi/Ecore_Avahi.h b/src/lib/ecore_avahi/Ecore_Avahi.h index dc70b9ae10..1ba744348e 100644 --- a/src/lib/ecore_avahi/Ecore_Avahi.h +++ b/src/lib/ecore_avahi/Ecore_Avahi.h @@ -85,4 +85,7 @@ EAPI const void *ecore_avahi_poll_get(Ecore_Avahi *handler); // return AvahiPol } #endif +#undef EAPI +#define EAPI + #endif -- cgit v1.2.1