diff options
| author | Craig Carnell <1188869+cscd98@users.noreply.github.com> | 2025-09-28 18:34:24 +0100 |
|---|---|---|
| committer | Craig Carnell <1188869+cscd98@users.noreply.github.com> | 2026-07-08 09:18:29 +0100 |
| commit | e222665eb0a67b8d66b3e0f48476a8e62987fed3 (patch) | |
| tree | 04971bfb71609c0ae1f4d4d6cdc7b493464a21e2 /Source/Core/Common/CompatPatches.cpp | |
| parent | 774200dcf4ccea148ef357cc8cf86d8eab4446da (diff) | |
mingw: lower case windows includes
Diffstat (limited to 'Source/Core/Common/CompatPatches.cpp')
| -rw-r--r-- | Source/Core/Common/CompatPatches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/CompatPatches.cpp b/Source/Core/Common/CompatPatches.cpp index 8697357883..91394e96c0 100644 --- a/Source/Core/Common/CompatPatches.cpp +++ b/Source/Core/Common/CompatPatches.cpp @@ -1,7 +1,7 @@ // Copyright 2008 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -#include <Windows.h> +#include <windows.h> #include <functional> #include <optional> #include <string> |
