mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 16:14:16 +01:00 
			
		
		
		
	[CMakeLists.txt] Enforce C89; [examples/example6.c] Conform to C89; [miniz_zip.c] Use lowercase <windows.h>
This commit is contained in:
		| @@ -42,7 +42,7 @@ extern "C" { | ||||
| #if defined(_MSC_VER) || defined(__MINGW64__) | ||||
|  | ||||
| #define WIN32_LEAN_AND_MEAN | ||||
| #include <Windows.h> | ||||
| #include <windows.h> | ||||
|  | ||||
| static WCHAR* mz_utf8z_to_widechar(const char* str) | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user