diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-12-12 18:36:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-12 18:36:35 +0800 |
| commit | 50fa543e4edd411b4d8a84703131924ddfc94230 (patch) | |
| tree | 813882c70911e1af0870ff0d8e69de3c695d3944 /source/core/slang-std-writers.cpp | |
| parent | 160be8efa0400805f9e6ef2bc6810ee9d68aea8a (diff) | |
Correct casing of windows includes (#5849)
Diffstat (limited to 'source/core/slang-std-writers.cpp')
| -rw-r--r-- | source/core/slang-std-writers.cpp | 2 |
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 |
