summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ForceFeedback
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2026-07-08 11:48:24 -0400
committerGitHub <noreply@github.com>2026-07-08 11:48:24 -0400
commit77e92d042cd0da27646b02bbc72b801b221a760a (patch)
tree329aa467813c7d6a95279fb6e04daae61678d354 /Source/Core/InputCommon/ControllerInterface/ForceFeedback
parent33dd4a11819cccc75ef5b5e824056c46fc9dc68d (diff)
parente222665eb0a67b8d66b3e0f48476a8e62987fed3 (diff)
Merge pull request #14207 from cscd98/lower-case
mingw: lower case windows includes
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ForceFeedback')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h b/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h
index 6a00d2812a..dabc1d5c63 100644
--- a/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h
+++ b/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.h
@@ -7,7 +7,7 @@
#include <string>
#include <thread>
-#include <Windows.h>
+#include <windows.h>
#include "Common/Event.h"
#include "Common/Flag.h"