mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	fix examples with amalgamation
This commit is contained in:
		| @@ -13,7 +13,7 @@ | |||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #include <stdio.h> | #include <stdio.h> | ||||||
| #include "miniz_zip.h" | #include "miniz.h" | ||||||
|  |  | ||||||
| typedef unsigned char uint8; | typedef unsigned char uint8; | ||||||
| typedef unsigned short uint16; | typedef unsigned short uint16; | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| // example4.c - Uses tinfl.c to decompress a zlib stream in memory to an output file | // example4.c - Uses tinfl.c to decompress a zlib stream in memory to an output file | ||||||
| // Public domain, May 15 2011, Rich Geldreich, richgel99@gmail.com. See "unlicense" statement at the end of tinfl.c. | // Public domain, May 15 2011, Rich Geldreich, richgel99@gmail.com. See "unlicense" statement at the end of tinfl.c. | ||||||
| #include "miniz_tinfl.h" | #include "miniz.h" | ||||||
| #include <stdio.h> | #include <stdio.h> | ||||||
| #include <limits.h> | #include <limits.h> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user