fix eina_list_last_data_get detection for e

SVN revision: 83548
This commit is contained in:
Mike Blumenkrantz 2013-02-01 11:05:38 +00:00
parent 4ad2b363ed
commit 226ec15f2d
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@ typedef struct _E_Rect E_Rect;
} \
}
#ifndef eina_list_last_data_get
#if (EINA_VERSION_MAJOR == 1) && (EINA_VERSION_MINOR < 8)
# define eina_list_last_data_get(X) eina_list_data_get(eina_list_last(X))
#endif