From 298915c627895dbd4522cda6a6cd9b80567cf54f Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 4 Jan 2018 11:44:32 -0800 Subject: [PATCH] ecore: Efl_Core.h means using EFL_BETA_API_SUPPORT at the moment. --- src/lib/ecore/Efl_Core.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/ecore/Efl_Core.h b/src/lib/ecore/Efl_Core.h index 8981d4862d..a368f484d1 100644 --- a/src/lib/ecore/Efl_Core.h +++ b/src/lib/ecore/Efl_Core.h @@ -7,6 +7,10 @@ # include #endif +#ifndef EFL_BETA_API_SUPPORT +#define EFL_BETA_API_SUPPORT +#endif + #include #include #include