fix EAPI definition on Windows (patch by vtorri)

This commit is contained in:
Boris Faure 2013-09-14 19:18:19 +02:00
parent 1a3660fd8e
commit 115518ddb4
2 changed files with 8 additions and 8 deletions

View File

@ -2,15 +2,15 @@
# include "elementary_config.h"
#endif
#ifdef HAVE_EMOTION
# include <Emotion.h>
#endif
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_widget_layout.h"
#include "elm_widget_player.h"
#ifdef HAVE_EMOTION
# include <Emotion.h>
#endif
EAPI Eo_Op ELM_OBJ_PLAYER_BASE_ID = EO_NOOP;
#define MY_CLASS ELM_OBJ_PLAYER_CLASS

View File

@ -2,16 +2,16 @@
# include "elementary_config.h"
#endif
#ifdef HAVE_EMOTION
# include <Emotion.h>
#endif
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_widget_layout.h"
#include "elm_widget_video.h"
#ifdef HAVE_EMOTION
# include <Emotion.h>
#endif
/* TODO: add buffering support to Emotion and display buffering
* progress in the theme when needed */