Chore (Windows): standardizes Windows header include casing. NOOP.

Fixes #2006
This commit is contained in:
李通洲
2025-10-14 09:10:24 +08:00
parent 4b517263d0
commit 25353261d0
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "common/processing.h"
#include "common/io/io.h"
#include <Windows.h>
#include <windows.h>
#include <ntstatus.h>
#include <winternl.h>
@@ -3,7 +3,7 @@
#include "util/edidHelper.h"
#include <dwmapi.h>
#include <WinUser.h>
#include <winuser.h>
#include <wchar.h>
typedef struct FFMonitorInfo
+1 -1
View File
@@ -2,7 +2,7 @@
#include "common/library.h"
#include "common/printing.h"
#include <Windows.h>
#include <windows.h>
#include <GL/gl.h>
typedef struct WGLData
+1 -1
View File
@@ -6,7 +6,7 @@
#include "util/windows/registry.h"
#include "util/windows/nt.h"
#include <Windows.h>
#include <windows.h>
#include <shlobj.h>
#define SECURITY_WIN32 1 // For secext.h
+1 -1
View File
@@ -7,7 +7,7 @@ extern "C" {
}
#include <initguid.h>
#include <Wbemidl.h>
#include <wbemidl.h>
#include <cassert>
#include "variant.hpp"