summaryrefslogtreecommitdiffstats
path: root/source/compiler-core
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-12-12 18:36:35 +0800
committerGitHub <noreply@github.com>2024-12-12 18:36:35 +0800
commit50fa543e4edd411b4d8a84703131924ddfc94230 (patch)
tree813882c70911e1af0870ff0d8e69de3c695d3944 /source/compiler-core
parent160be8efa0400805f9e6ef2bc6810ee9d68aea8a (diff)
Correct casing of windows includes (#5849)
Diffstat (limited to 'source/compiler-core')
-rw-r--r--source/compiler-core/windows/slang-win-visual-studio-util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler-core/windows/slang-win-visual-studio-util.cpp b/source/compiler-core/windows/slang-win-visual-studio-util.cpp
index ed09448b5..e97a998d6 100644
--- a/source/compiler-core/windows/slang-win-visual-studio-util.cpp
+++ b/source/compiler-core/windows/slang-win-visual-studio-util.cpp
@@ -8,7 +8,7 @@
#include "../slang-visual-studio-compiler-util.h"
#ifdef _WIN32
-#include <Shlobj.h>
+#include <shlobj.h>
#include <windows.h>
#pragma comment(lib, "advapi32")
#pragma comment(lib, "Shell32")