efl: add EFL_VERSION_1_20

indicate that features from this version can be used
This commit is contained in:
Mike Blumenkrantz 2017-06-09 20:16:07 -04:00
parent f7d5b0dbe8
commit 5b39bb5a3d
2 changed files with 4 additions and 1 deletions

View File

@ -25,10 +25,12 @@
#define EDJE_1_18_SUPPORTED " -DEFL_VERSION_1_18=1 "
#define EDJE_1_19_SUPPORTED " -DEFL_VERSION_1_19=1 "
#define EDJE_1_20_SUPPORTED " -DEFL_VERSION_1_20=1 "
#define EDJE_CC_EFL_VERSION_SUPPORTED \
EDJE_1_18_SUPPORTED \
EDJE_1_19_SUPPORTED
EDJE_1_19_SUPPORTED \
EDJE_1_20_SUPPORTED
static void new_object(void);
static void new_statement(void);

View File

@ -35,6 +35,7 @@ extern "C" {
#define EFL_VERSION_1_18 1
#define EFL_VERSION_1_19 1
#define EFL_VERSION_1_20 1
/* Add here all the required ifdef for any @protected method */
#ifdef EFL_EFL_BUILD