Evas: Fix compilation under windows.

Fix as suggesetd by Vincent Torri.
This commit is contained in:
Tom Hacohen 2014-08-26 13:52:10 +01:00
parent da13577897
commit 0f55fdc1bb
2 changed files with 2 additions and 4 deletions

View File

@ -252,6 +252,8 @@
/* This include has been added to support Eo in Evas */
#include <Eo.h>
#include <Efl.h>
#include <Evas_Loader.h>

View File

@ -2,10 +2,6 @@
# error You shall not include this header directly
#endif
#include <Eo.h>
#include <Efl.h>
EAPI extern const Eo_Event_Description _EVAS_CANVAS_EVENT_FOCUS_IN;
EAPI extern const Eo_Event_Description _EVAS_CANVAS_EVENT_FOCUS_OUT;
EAPI extern const Eo_Event_Description _EVAS_CANVAS_EVENT_RENDER_FLUSH_PRE;