rename <Windows.h> include to <windows.h> for mingw compatibility (see pr #367)

This commit is contained in:
Daan Leijen 2021-02-22 13:04:11 -08:00
parent 7962420697
commit 71ac98ab08
7 changed files with 8 additions and 8 deletions

View file

@ -244,7 +244,7 @@ static bool os_random_buf(void* buf, size_t buf_len) {
#endif
#if defined(_WIN32)
#include <Windows.h>
#include <windows.h>
#elif defined(__APPLE__)
#include <mach/mach_time.h>
#else