discomfitor pushed a commit to branch efl-1.13. http://git.enlightenment.org/core/efl.git/commit/?id=7e09afa5c3ee8fc8c01d1354e36b98564d17bc9a
commit 7e09afa5c3ee8fc8c01d1354e36b98564d17bc9a Author: Mike Blumenkrantz <[email protected]> Date: Thu Feb 12 16:21:52 2015 -0500 ee-win32 probably might compile now <vtorri> bad Mike ! <vtorri> the name of the function is not good, so compilation fails on Windows <vtorri> remove 'object' in the name of the definition of the function :) @fix --- src/modules/ecore_evas/engines/win32/ecore_evas_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c b/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c index 36587b9..6af1803 100644 --- a/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c +++ b/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c @@ -823,7 +823,7 @@ _ecore_evas_object_cursor_del(void *data, Evas *e EINA_UNUSED, Evas_Object *obj } static void -_ecore_evas_win32_object_cursor_unset(Ecore_Evas *ee) +_ecore_evas_win32_cursor_unset(Ecore_Evas *ee) { evas_object_event_callback_del_full(ee->prop.cursor.object, EVAS_CALLBACK_DEL, _ecore_evas_object_cursor_del, ee); } --
