make app_server only with efl ≥ 1.10

I'm tired of trying to make that code compatible accross efl versions
This commit is contained in:
Boris Faure 2014-04-15 22:21:41 +02:00
parent df59f16486
commit 12f4dcfaf6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include "termio.h"
#include "app_server_eet.h"
#if (ELM_VERSION_MAJOR > 1) || (ELM_VERSION_MINOR >= 8)
#if (ELM_VERSION_MAJOR > 1) || (ELM_VERSION_MINOR >= 10)
#ifndef ELM_APP_SERVER_VIEW_EVENT_CLOSED
#define ELM_APP_SERVER_VIEW_EVENT_CLOSED ELM_APP_SERVER_VIEW_EV_CLOSED