add EFL_VERSION_1_22 defines

whoops
This commit is contained in:
Mike Blumenkrantz 2019-04-05 20:16:44 -04:00
parent e35503ab8d
commit a5e3d2c455
2 changed files with 4 additions and 1 deletions

View File

@ -28,12 +28,14 @@
#define EDJE_1_19_SUPPORTED " -DEFL_VERSION_1_19=1 "
#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_CC_EFL_VERSION_SUPPORTED \
EDJE_1_18_SUPPORTED \
EDJE_1_19_SUPPORTED \
EDJE_1_20_SUPPORTED \
EDJE_1_21_SUPPORTED
EDJE_1_21_SUPPORTED \
EDJE_1_22_SUPPORTED
static void new_object(void);
static void new_statement(void);

View File

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