diff options
| author | JMC47 <JMC4789@gmail.com> | 2026-07-08 11:48:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-08 11:48:24 -0400 |
| commit | 77e92d042cd0da27646b02bbc72b801b221a760a (patch) | |
| tree | 329aa467813c7d6a95279fb6e04daae61678d354 /Source/Core/InputCommon/ControllerInterface/XInput | |
| parent | 33dd4a11819cccc75ef5b5e824056c46fc9dc68d (diff) | |
| parent | e222665eb0a67b8d66b3e0f48476a8e62987fed3 (diff) | |
Merge pull request #14207 from cscd98/lower-case
mingw: lower case windows includes
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/XInput')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/XInput/XInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h index 95fe6a3c6f..b006d1c7cc 100644 --- a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h +++ b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h @@ -9,7 +9,7 @@ #pragma once #include <windows.h> -#include <XInput.h> +#include <xinput.h> #include "InputCommon/ControllerInterface/ControllerInterface.h" |
