efl: add EFL_VERSION_1_19

indicate that features from this version can be used
This commit is contained in:
Mike Blumenkrantz 2016-08-11 13:42:42 -04:00
parent 84829a496a
commit f0400e604c
2 changed files with 4 additions and 1 deletions

View File

@ -24,9 +24,11 @@
#endif
#define EDJE_1_18_SUPPORTED " -DEFL_VERSION_1_18=1 "
#define EDJE_1_19_SUPPORTED " -DEFL_VERSION_1_19=1 "
#define EDJE_CC_EFL_VERSION_SUPPORTED \
EDJE_1_18_SUPPORTED
EDJE_1_18_SUPPORTED \
EDJE_1_19_SUPPORTED
static void new_object(void);
static void new_statement(void);

View File

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