[llvm-branch-commits] [libcxx] release/23.x: [libcxx] avoid include Uppercase windows headers (#208903) (PR #210292)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 17 03:15:06 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: llvmbot
<details>
<summary>Changes</summary>
Backport 2580624091e36b85c162439513eef8e752217a1d
Requested by: @<!-- -->mstorsjo
---
Full diff: https://github.com/llvm/llvm-project/pull/210292.diff
1 Files Affected:
- (modified) libcxx/src/support/runtime/exception_pointer_msvc.ipp (+2-2)
``````````diff
diff --git a/libcxx/src/support/runtime/exception_pointer_msvc.ipp b/libcxx/src/support/runtime/exception_pointer_msvc.ipp
index 72360a2d791bd..3102d1ee93db2 100644
--- a/libcxx/src/support/runtime/exception_pointer_msvc.ipp
+++ b/libcxx/src/support/runtime/exception_pointer_msvc.ipp
@@ -14,8 +14,8 @@ _LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wmultichar")
#include <cstdlib>
#include <cstring>
-#include <Unknwn.h>
-#include <Windows.h>
+#include <unknwn.h>
+#include <windows.h>
struct _ThrowInfo;
#include <eh.h>
#include <ehdata.h>
``````````
</details>
https://github.com/llvm/llvm-project/pull/210292
More information about the llvm-branch-commits
mailing list