summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI
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/DolphinNoGUI
parent774200dcf4ccea148ef357cc8cf86d8eab4446da (diff)
mingw: lower case windows includes
Diffstat (limited to 'Source/Core/DolphinNoGUI')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp2
-rw-r--r--Source/Core/DolphinNoGUI/PlatformWin32.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
index 1e1ff6e39f..3bf40ea0d4 100644
--- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp
+++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
@@ -12,7 +12,7 @@
#ifndef _WIN32
#include <unistd.h>
#else
-#include <Windows.h>
+#include <windows.h>
#endif
#include "Common/ScopeGuard.h"
diff --git a/Source/Core/DolphinNoGUI/PlatformWin32.cpp b/Source/Core/DolphinNoGUI/PlatformWin32.cpp
index ff07698115..90d337200c 100644
--- a/Source/Core/DolphinNoGUI/PlatformWin32.cpp
+++ b/Source/Core/DolphinNoGUI/PlatformWin32.cpp
@@ -8,7 +8,7 @@
#include "Core/Core.h"
#include "Core/System.h"
-#include <Windows.h>
+#include <windows.h>
#include <climits>
#include <dwmapi.h>