elementary: fix definition of EAPI.

This commit is contained in:
Cedric BAIL 2017-12-15 15:48:17 -08:00
parent fa0ba4c0c9
commit b20dd869a4
2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -329,10 +329,6 @@ EAPI extern Elm_Version *elm_version;
#include <elm_helper.h>
#if defined (EFL_EO_API_SUPPORT) && defined (EFL_BETA_API_SUPPORT)
# include "Efl_Ui.h"
#endif
#ifdef __cplusplus
}
#endif