Re: fseeko on mingw

2010-04-05 Thread Bruno Haible
> ../gllib/stdio.h:632: error: `fseeko' was not declared in this scope > > This should fix it. This did not fix it completely, because m4/fflush.m4 also fiddles with REPLACE_FSEEKO. This fixes it, now. 2010-04-05 Bruno Haible fseeko: Fix C++ test error on mingw. * m4/fseek

fseeko on mingw

2010-04-03 Thread Bruno Haible
Similarly for the fseeko function on mingw. I'm seeing this error: ../gllib/stdio.h:632: error: `fseeko' was not declared in this scope This should fix it. 2010-04-03 Bruno Haible fseeko: Fix C++ test error on mingw. * lib/stdio.in.h (fseeko): Use modern idiom. * m