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

@@ -7,8 +7,8 @@
#include <unordered_set>
#include <vector>
#include <Windows.h>
#include <SetupAPI.h>
#include <windows.h>
#include <setupapi.h>
namespace ciface::DInput
{

View File

@@ -3,7 +3,7 @@
#pragma once
#include <Windows.h>
#include <windows.h>
#include <unordered_set>
namespace ciface::DInput

View File

@@ -7,7 +7,7 @@
#include <string>
#include <thread>
#include <Windows.h>
#include <windows.h>
#include "Common/Event.h"
#include "Common/Flag.h"

View File

@@ -8,7 +8,7 @@
#include <vector>
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#endif
#include <SDL3/SDL.h>

View File

@@ -3,7 +3,7 @@
#include "InputCommon/ControllerInterface/Win32/Win32.h"
#include <Windows.h>
#include <windows.h>
#include <cfgmgr32.h>
// must be before hidclass
#include <initguid.h>

View File

@@ -9,7 +9,7 @@
#pragma once
#include <windows.h>
#include <XInput.h>
#include <xinput.h>
#include "InputCommon/ControllerInterface/ControllerInterface.h"