mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`#import` has target dependent behaviour. Rather than enabling ObjC interop, switch to `#include` with include guards. This permits the IDE tests to fully pass on Windows.