summaryrefslogtreecommitdiff
path: root/service/SoftwareUpdater.cpp
diff options
context:
space:
mode:
authorstaphen <[email protected]>2021-12-27 14:07:35 -0500
committerstaphen <[email protected]>2021-12-29 16:29:08 -0500
commit1c956494a4d578725d7185568966c360932d53df (patch)
tree4f531a661afe8975507b8d3e0903a1c39ed8c734 /service/SoftwareUpdater.cpp
parent30c77cfee5c23baff48998f45dac3a37b89794cc (diff)
Use lowercase when including Windows headers
Diffstat (limited to 'service/SoftwareUpdater.cpp')
-rw-r--r--service/SoftwareUpdater.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/service/SoftwareUpdater.cpp b/service/SoftwareUpdater.cpp
index e58b6ad3..8294e63c 100644
--- a/service/SoftwareUpdater.cpp
+++ b/service/SoftwareUpdater.cpp
@@ -20,9 +20,9 @@
#include "../version.h"
#ifdef __WINDOWS__
-#include <WinSock2.h>
-#include <Windows.h>
-#include <ShlObj.h>
+#include <winsock2.h>
+#include <windows.h>
+#include <shlobj.h>
#include <netioapi.h>
#include <iphlpapi.h>
#else