ecore_avahi: fix definition of EAPI on Windows.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vincent Torri 2015-05-14 09:14:59 +02:00 committed by Cedric BAIL
parent a75155d8ba
commit fa7d7c85db
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#endif
#ifdef _WIN32
# ifdef EFL_ECORE_BUILD
# ifdef EFL_ECORE_AVAHI_BUILD
# ifdef DLL_EXPORT
# define EAPI __declspec(dllexport)
# else