mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The inclusion of Windows.h would cause the Shims to depend on WinSDK, which would in turn depend on MSVCRT. However, the SwiftShims are using in MSVCRT causing a circular dependency between WinSDK and MSVCRT preventing a clean build from succeeding. Break the dependency by only including libc headers in the shims header.
3.2 KiB
3.2 KiB