mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Add MINIZ_NO_DEFLATE_APIS and MINIZ_NO_INFLATE_APIS
This commit is contained in:
		| @@ -1,6 +1,8 @@ | ||||
| #pragma once | ||||
| #include "miniz_common.h" | ||||
|  | ||||
| #ifndef MINIZ_NO_DEFLATE_APIS | ||||
|  | ||||
| #ifdef __cplusplus | ||||
| extern "C" { | ||||
| #endif | ||||
| @@ -188,3 +190,5 @@ MINIZ_EXPORT void tdefl_compressor_free(tdefl_compressor *pComp); | ||||
| #ifdef __cplusplus | ||||
| } | ||||
| #endif | ||||
|  | ||||
| #endif /*#ifndef MINIZ_NO_DEFLATE_APIS*/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user