[llvm] [Support] [Windows] Stop redefining _WIN32_IE (PR #102307)

Jacek Caban via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 06:29:11 PDT 2024


https://github.com/cjacek approved this pull request.

FWIW, mingw-w64's sdkddkver.h should set it to the same value based on `_WIN32_WINT`, there should be no need to do that here (and, as you say, it'd be fine even if it didn't).

https://github.com/llvm/llvm-project/pull/102307


More information about the llvm-commits mailing list