mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Remove _LARGEFILE64_SOURCE requirement from apple defines for large files
This commit is contained in:
		| @@ -112,7 +112,7 @@ static FILE *mz_freopen(const char *pPath, const char *pMode, FILE *pStream) | |||||||
| #define MZ_FFLUSH fflush | #define MZ_FFLUSH fflush | ||||||
| #define MZ_FREOPEN(p, m, s) freopen64(p, m, s) | #define MZ_FREOPEN(p, m, s) freopen64(p, m, s) | ||||||
| #define MZ_DELETE_FILE remove | #define MZ_DELETE_FILE remove | ||||||
| #elif defined(__APPLE__) && _LARGEFILE64_SOURCE | #elif defined(__APPLE__) | ||||||
| #ifndef MINIZ_NO_TIME | #ifndef MINIZ_NO_TIME | ||||||
| #include <utime.h> | #include <utime.h> | ||||||
| #endif | #endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user