cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f5d6d09d197dd0dad5609747d9dc558fd960f612
commit f5d6d09d197dd0dad5609747d9dc558fd960f612 Author: Cedric Bail <cedric.b...@samsung.com> Date: Thu Oct 31 15:39:12 2013 +0900 evil: let's try another combinaison of define. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9e99991..f783c49 100644 --- a/configure.ac +++ b/configure.ac @@ -189,7 +189,7 @@ case "$host_os" in # TODO: check cygwin* here have_win32="yes" have_windows="yes" - EFL_CFLAGS="${EFL_CFLAGS} -D__MINGW_PRINTF_FORMAT" + EFL_CFLAGS="${EFL_CFLAGS} -D__USE_MINGW_ANSI_STDIO" ;; darwin*) have_darwin="yes" --