Ángel González <[email protected]> writes: > You would also need > #define _FILE_OFFSET_BITS 64 > but that seems already handled by configure. > I'm not sure if that would work for 32bit Windows, though.
_FILE_OFFSET_BITS is defined by the "AC_SYS_LARGEFILE" macro in the configure.ac file so we haven't to worry about it. Cheers, Giuseppe
