Edje_Player: disable code unused on Windows.

This commit is contained in:
Vincent Torri 2015-07-02 14:50:15 +02:00 committed by Tom Hacohen
parent 2f677eddef
commit e494c225f7
1 changed files with 2 additions and 0 deletions

View File

@ -501,6 +501,7 @@ struct slave_cmd
{NULL, NULL}
};
#ifndef _WIN32
static Eina_Bool
_slave_mode(void *data, Ecore_Fd_Handler *fd_handler)
{
@ -570,6 +571,7 @@ _slave_mode(void *data, Ecore_Fd_Handler *fd_handler)
return ECORE_CALLBACK_RENEW;
}
#endif
static void
_print_signal(void *data EINA_UNUSED, Evas_Object *o EINA_UNUSED, const char *emission, const char *source)