Skip to content

Commit 2535326

Browse files
committed
Chore (Windows): standardizes Windows header include casing. NOOP.
Fixes #2006
1 parent 4b51726 commit 2535326

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/common/processing_windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "common/processing.h"
33
#include "common/io/io.h"
44

5-
#include <Windows.h>
5+
#include <windows.h>
66
#include <ntstatus.h>
77
#include <winternl.h>
88

src/detection/displayserver/displayserver_windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "util/edidHelper.h"
44

55
#include <dwmapi.h>
6-
#include <WinUser.h>
6+
#include <winuser.h>
77
#include <wchar.h>
88

99
typedef struct FFMonitorInfo

src/detection/opengl/opengl_windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "common/library.h"
33
#include "common/printing.h"
44

5-
#include <Windows.h>
5+
#include <windows.h>
66
#include <GL/gl.h>
77

88
typedef struct WGLData

src/util/platform/FFPlatform_windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "util/windows/registry.h"
77
#include "util/windows/nt.h"
88

9-
#include <Windows.h>
9+
#include <windows.h>
1010
#include <shlobj.h>
1111

1212
#define SECURITY_WIN32 1 // For secext.h

src/util/windows/wmi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern "C" {
77
}
88

99
#include <initguid.h>
10-
#include <Wbemidl.h>
10+
#include <wbemidl.h>
1111
#include <cassert>
1212

1313
#include "variant.hpp"

0 commit comments

Comments
 (0)