mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Define processor/arch macros as zero if not set to one
This commit is contained in:
		| @@ -117,6 +117,8 @@ typedef struct | |||||||
|  |  | ||||||
| #if MINIZ_HAS_64BIT_REGISTERS | #if MINIZ_HAS_64BIT_REGISTERS | ||||||
| #define TINFL_USE_64BIT_BITBUF 1 | #define TINFL_USE_64BIT_BITBUF 1 | ||||||
|  | #else | ||||||
|  | #define TINFL_USE_64BIT_BITBUF 0 | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #if TINFL_USE_64BIT_BITBUF | #if TINFL_USE_64BIT_BITBUF | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user