Friday, 2020-07-21 (Version 1.7.0)
- Changed internal I/O interface to be more flexible
- Added Win32 direct file access
- Wrapped
FILE*fordmc_unrar_archive_open_file()on Windows - Added a macro to optionally use
fseeko()/ftello()instead offseek()/ftell(), by default used on 32-bit macOS and 32-bit glibc builds - Replaced
size_twith our own type to help with large file support - Added support for large files (>= 2GB)
- Added version number
#defines. Better late than never!
(Known issues: Solid files are partially broken. See #7.)