disable font effect when building for 1.9 also.

This commit is contained in:
Cedric BAIL 2014-09-04 12:40:26 +02:00
parent 49659c2e31
commit 7ed2a93323
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#include <Evas.h>
#if EVAS_VERSION_MAJOR >= 1 && EVAS_VERSION_MINOR >= 9
#if EVAS_VERSION_MAJOR >= 1 && EVAS_VERSION_MINOR >= 10
#undef FNAME
#undef NAME

View File

@ -4,7 +4,7 @@
#include <Evas.h>
#if EVAS_VERSION_MAJOR >= 1 && EVAS_VERSION_MINOR >= 9
#if EVAS_VERSION_MAJOR >= 1 && EVAS_VERSION_MINOR >= 10
#undef FNAME
#undef NAME