add EFL_VERSION_1_23 define

This commit is contained in:
Mike Blumenkrantz 2019-04-05 20:17:27 -04:00
parent a5e3d2c455
commit 3e7017e6a8
2 changed files with 4 additions and 1 deletions

View File

@ -29,13 +29,15 @@
#define EDJE_1_20_SUPPORTED " -DEFL_VERSION_1_20=1 "
#define EDJE_1_21_SUPPORTED " -DEFL_VERSION_1_21=1 "
#define EDJE_1_22_SUPPORTED " -DEFL_VERSION_1_22=1 "
#define EDJE_1_23_SUPPORTED " -DEFL_VERSION_1_23=1 "
#define EDJE_CC_EFL_VERSION_SUPPORTED \
EDJE_1_18_SUPPORTED \
EDJE_1_19_SUPPORTED \
EDJE_1_20_SUPPORTED \
EDJE_1_21_SUPPORTED \
EDJE_1_22_SUPPORTED
EDJE_1_22_SUPPORTED \
EDJE_1_23_SUPPORTED
static void new_object(void);
static void new_statement(void);

View File

@ -51,6 +51,7 @@ extern "C" {
#define EFL_VERSION_1_20 1
#define EFL_VERSION_1_21 1
#define EFL_VERSION_1_22 1
#define EFL_VERSION_1_23 1
/* Add here all the required ifdef for any @protected method */
#ifdef EFL_BUILD