mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Don't warn if _LARGEFILE64_SOURCE is not defined
This commit is contained in:
		| @@ -97,7 +97,7 @@ static FILE *mz_freopen(const char *pPath, const char *pMode, FILE *pStream) | ||||
| #define MZ_FFLUSH fflush | ||||
| #define MZ_FREOPEN(f, m, s) freopen(f, m, s) | ||||
| #define MZ_DELETE_FILE remove | ||||
| #elif defined(__GNUC__) && _LARGEFILE64_SOURCE | ||||
| #elif defined(__GNUC__) && defined(_LARGEFILE64_SOURCE) | ||||
| #ifndef MINIZ_NO_TIME | ||||
| #include <utime.h> | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user