mingw: lower case windows includes

This commit is contained in:
Craig Carnell
2025-09-28 18:34:24 +01:00
parent 774200dcf4
commit e222665eb0
50 changed files with 62 additions and 63 deletions

View File

@@ -12,7 +12,7 @@
#ifndef _WIN32
#include <unistd.h>
#else
#include <Windows.h>
#include <windows.h>
#endif
#include "Common/ScopeGuard.h"

View File

@@ -8,7 +8,7 @@
#include "Core/Core.h"
#include "Core/System.h"
#include <Windows.h>
#include <windows.h>
#include <climits>
#include <dwmapi.h>