elocation: Fix EAPI define for win32 builds

That clearyl shows that I never build this for win32 and I missed to change
from ecore to elocation when copying the definition. My bad. Thanks goes to
jenkins and jpeg.
This commit is contained in:
Stefan Schmidt 2014-11-12 10:01:47 +01:00
parent 4c57c254e2
commit 5057cf31b3
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
#endif
#ifdef _WIN32
# ifdef EFL_ECORE_BUILD
# ifdef EFL_ELOCATION_BUILD
# ifdef DLL_EXPORT
# define EAPI __declspec(dllexport)
# else
@ -46,7 +46,7 @@
# endif /* ! DLL_EXPORT */
# else
# define EAPI __declspec(dllimport)
# endif /* ! EFL_ECORE_BUILD */
# endif /* ! EFL_ELOCATION_BUILD */
#else
# ifdef __GNUC__
# if __GNUC__ >= 4