evas: Yet another OSX build fix...

Please tell me this is the last one
This commit is contained in:
Jean-Philippe Andre 2017-11-07 21:53:45 +09:00
parent 7ab444acbc
commit 0076f54112
1 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,8 @@ typedef unsigned long long DATA64;
# define FT_LOAD_COLOR FT_LOAD_DEFAULT
#endif
#include <Eina.h>
#ifdef EAPI
# undef EAPI
#endif
@ -44,8 +46,6 @@ typedef unsigned long long DATA64;
# endif
#endif /* ! _WIN32 */
#include <Eina.h>
#define LK(x) Eina_Lock x
#define LKI(x) eina_lock_new(&(x))
#define LKD(x) eina_lock_free(&(x))