mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Code should check for__USE_LARGEFILE64, not _LARGEFILE64_SOURCE _LARGEFILE64_SOURCE should be used only for setting a preference when compiling code (either explicitly or by the compiler itself). Then, according to its value, features.h will take care define things like __USE_LARGEFILE64 appropriately. As a side-effect, this patch adds support for clang. When building with clang one has to explicitly define _LARGEFILE64_SOURCE if he want to use the *64 api.
		
			
				
	
	
	
		
			181 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			181 KiB