cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b20dd869a4a10fb28a9c743910e2f2a1d2e7d1cc

commit b20dd869a4a10fb28a9c743910e2f2a1d2e7d1cc
Author: Cedric BAIL <[email protected]>
Date:   Fri Dec 15 15:48:17 2017 -0800

    elementary: fix definition of EAPI.
---
 src/lib/elementary/Efl_Ui.h     | 2 +-
 src/lib/elementary/Elementary.h | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/lib/elementary/Efl_Ui.h b/src/lib/elementary/Efl_Ui.h
index 9e549e0a87..96a7b65259 100644
--- a/src/lib/elementary/Efl_Ui.h
+++ b/src/lib/elementary/Efl_Ui.h
@@ -58,7 +58,7 @@
 #endif
 
 #ifdef _WIN32
-# ifdef EFL_ECORE_BUILD
+# ifdef EFL_ELEMENTARY_BUILD
 #  ifdef DLL_EXPORT
 #   define EAPI __declspec(dllexport)
 #  else
diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h
index d9e35f0273..e404d6b3ab 100644
--- a/src/lib/elementary/Elementary.h
+++ b/src/lib/elementary/Elementary.h
@@ -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

-- 


Reply via email to