diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-28 14:24:48 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-07 09:53:10 +0200 |
commit | ce5ccfb5bee5174b168f0df49b75df2ab3849454 (patch) | |
tree | 9b306bbd87d30a70f20056aa44f9e90a3b593d43 /src/lib/ecore_avahi/Ecore_Avahi.h | |
parent | 71b7fc982a2e23bcb41bf6d227bceeba1f5596ec (diff) |
ecore: remove the need to order the header correctly for Windows.
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_avahi/Ecore_Avahi.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
85 | } | 85 | } |
86 | #endif | 86 | #endif |
87 | 87 | ||
88 | #undef EAPI | ||
89 | #define EAPI | ||
90 | |||
88 | #endif | 91 | #endif |