[CMakeLists.txt] Enforce C89; [examples/example6.c] Conform to C89; [miniz_zip.c] Use lowercase <windows.h>

This commit is contained in:
Samuel Marks
2021-11-10 21:59:32 -05:00
parent ca1a779ee1
commit e841503cad
3 changed files with 28 additions and 16 deletions

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