Fix MinGW cross compilation by removing unneeded capitalization

This commit is contained in:
Ellie
2021-11-11 13:38:57 +01:00
parent ca1a779ee1
commit cda0b3e7f0

View File

@@ -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)
{