mirror of
https://github.com/JotaRandom/hfsutils.git
synced 2025-08-05 08:26:35 +00:00
Add support for files larger than 2 GB, like any dvd image
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
* $Id: unix.c,v 1.8 1998/11/02 22:09:13 rob Exp $
|
||||
*/
|
||||
|
||||
#ifdef __linux__
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#define _LARGE_FILES
|
||||
#endif
|
||||
|
||||
# ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user