summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/SDL
diff options
context:
space:
mode:
authorCraig Carnell <1188869+cscd98@users.noreply.github.com>2025-09-28 18:34:24 +0100
committerCraig Carnell <1188869+cscd98@users.noreply.github.com>2026-07-08 09:18:29 +0100
commite222665eb0a67b8d66b3e0f48476a8e62987fed3 (patch)
tree04971bfb71609c0ae1f4d4d6cdc7b493464a21e2 /Source/Core/InputCommon/ControllerInterface/SDL
parent774200dcf4ccea148ef357cc8cf86d8eab4446da (diff)
mingw: lower case windows includes
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/SDL')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
index f6912f67ce..5aeb9e07db 100644
--- a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
@@ -8,7 +8,7 @@
#include <vector>
#ifdef _WIN32
-#include <Windows.h>
+#include <windows.h>
#endif
#include <SDL3/SDL.h>