Fixes #1165 While the Microsoft documentation uses "Windows.h" some other source files already use "windows.h".
@@ -525,7 +525,7 @@ mg_static_assert(sizeof(size_t) == 4 || sizeof(size_t) == 8,
#if defined(_WIN32) /* WINDOWS include block */
-#include <Windows.h>
+#include <windows.h>
#include <malloc.h> /* *alloc( */
#include <stdlib.h> /* *alloc( */
#include <time.h> /* struct timespec */