> ../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
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