swiftlang / swift-syntax

A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
Apache License 2.0
3.22k stars 410 forks source link

[Windows] Avoid linking with swiftWinSDK.dll #2685

Closed rintaro closed 3 months ago

rintaro commented 3 months ago

Avoid import WinSDK in swift sources or #include in headers. This is to avoid linking with Swift overlay library (swiftWinSDK.dll) so swift-frontend with plugins won't depend on it.

rintaro commented 3 months ago

@swift-ci Please test

rintaro commented 3 months ago

@swift-ci Please test

rintaro commented 3 months ago

@swift-ci Please test Windows

rintaro commented 3 months ago

@swift-ci Please test

rintaro commented 3 months ago

@swift-ci Please test

rintaro commented 3 months ago

@swift-ci Please test

rintaro commented 3 months ago

@swift-ci Please test Windows

rintaro commented 3 months ago

https://github.com/apple/swift/pull/74439 @swift-ci please test Linux

rintaro commented 3 months ago

https://github.com/apple/swift/pull/74439 @swift-ci please test Linux