cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a21f25b0eb07cf42373bc4303e19cb9cb6cf9dc2
commit a21f25b0eb07cf42373bc4303e19cb9cb6cf9dc2 Author: Cedric BAIL <[email protected]> Date: Thu Aug 17 15:02:11 2017 -0700 evas: do not double include interface. This lead to unproperly defined symbol (as they should be build in libefl) on windows with actually no need for it. --- src/lib/evas/canvas/evas_object_textblock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/evas/canvas/evas_object_textblock.c b/src/lib/evas/canvas/evas_object_textblock.c index 8e6df24129..37f8230140 100644 --- a/src/lib/evas/canvas/evas_object_textblock.c +++ b/src/lib/evas/canvas/evas_object_textblock.c @@ -15720,4 +15720,3 @@ _efl_canvas_text_efl_text_cursor_cursor_free(Eo *eo_obj EINA_UNUSED, Efl_Canvas_ } #include "canvas/efl_canvas_text.eo.c" -#include "efl/interfaces/efl_text_cursor.eo.c" --
