cedric pushed a commit to branch master.

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

commit f455215ef52d3a339f3545c30d9c5dbc6ea99ef0
Author: Cedric Bail <[email protected]>
Date:   Tue Nov 14 20:10:33 2017 -0800

    ecore: always declare EFL_MAIN not just for application using the BETA flag.
---
 src/lib/ecore/efl_general.h | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/lib/ecore/efl_general.h b/src/lib/ecore/efl_general.h
index 3a79e46d33..2c850c7095 100644
--- a/src/lib/ecore/efl_general.h
+++ b/src/lib/ecore/efl_general.h
@@ -1,18 +1,3 @@
-#ifdef EFL_BETA_API_SUPPORT
-
-// This file is designed to be included again and again
-// so cleanup last inclusion before generating this one.
-#undef _EFL_VERSION_MICRO
-#undef _EFL_VERSION_REVISION
-#undef _EFL_VERSION_FLAVOR
-#undef _EFL_BUILD_ID
-#undef _EFL_APP_VERSION_SET
-#undef __EFL_MAIN_CONSTRUCTOR
-#undef __EFL_MAIN_DESTRUCTOR
-#undef __EFL_UI
-#undef __EFL_NET
-#undef EFL_MAIN
-#undef EFL_MAIN_EX
 #undef EAPI_MAIN
 
 #ifdef _WIN32
@@ -30,6 +15,21 @@
 #  define EAPI_MAIN
 # endif
 #endif /* ! _WIN32 */
+#ifdef EFL_BETA_API_SUPPORT
+
+// This file is designed to be included again and again
+// so cleanup last inclusion before generating this one.
+#undef _EFL_VERSION_MICRO
+#undef _EFL_VERSION_REVISION
+#undef _EFL_VERSION_FLAVOR
+#undef _EFL_BUILD_ID
+#undef _EFL_APP_VERSION_SET
+#undef __EFL_MAIN_CONSTRUCTOR
+#undef __EFL_MAIN_DESTRUCTOR
+#undef __EFL_UI
+#undef __EFL_NET
+#undef EFL_MAIN
+#undef EFL_MAIN_EX
 
 #ifdef EFL_VERSION_MICRO
 # define _EFL_VERSION_MICRO EFL_VERSION_MICRO

-- 


Reply via email to