summaryrefslogtreecommitdiffstats
path: root/source/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/core
parent160be8efa0400805f9e6ef2bc6810ee9d68aea8a (diff)
Correct casing of windows includes (#5849)
Diffstat (limited to 'source/core')
-rw-r--r--source/core/slang-std-writers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-std-writers.cpp b/source/core/slang-std-writers.cpp
index c34f1a917..46b9c87cd 100644
--- a/source/core/slang-std-writers.cpp
+++ b/source/core/slang-std-writers.cpp
@@ -2,7 +2,7 @@
#include "slang-std-writers.h"
#if SLANG_WINDOWS_FAMILY
-#include <Windows.h>
+#include <windows.h>
#endif
namespace Slang