Skip to content
Snippets Groups Projects
Commit 37c78a5a authored by rswindell's avatar rswindell
Browse files

Use the Linux method for enabling 64-bit file size support, by defining

_FILE_OFFSET_BITS=64, and use fseeko() and ftello() for 64-bit offset support
(instead of fseek() and ftell()) - also redefine off_t on Win32 to int64_t and
removed filelen_t and fileoff_t typedefs (use off_t instead).
parent 2a33c56b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment