mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Merge pull request #208 from ell1e/fix_mingw_cross
Fix MinGW cross compilation by removing unneeded capitalization
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