mingw: lower case windows includes

This commit is contained in:
Craig Carnell
2026-07-08 09:18:29 +01:00
parent 774200dcf4
commit e222665eb0
50 changed files with 62 additions and 63 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#ifndef _WIN32
#include <unistd.h>
#else
#include <Windows.h>
#include <windows.h>
#endif
#include "Common/ScopeGuard.h"