-
Couldn't load subscription status.
- Fork 125
Add CMake directions for the WinSDK overlay #1296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add CMake scripting/etc. for the WinSDK cross-import overlay.
|
@swift-ci test |
|
@swift-ci test |
|
@swift-ci test |
|
@swift-ci test |
|
@swift-ci test |
|
@swift-ci test |
|
@swift-ci test |
|
Holding for a successful toolchain test run (unrelated failure occurred on the last run.) |
Adds the files generated by swiftlang/swift-testing#1296. See also #403 for reference.
|
@swift-ci test |
|
Need to mark these symbols SPI as they're showing up in the emitted public module: extension Testing.AttachableImageFormat {
public var encoderCLSID: WinSDK.CLSID {
get
}
public init(encoderCLSID: WinSDK.CLSID, encodingQuality: Swift.Float = 1.0)
public init?(pathExtension: Swift.String, encodingQuality: Swift.Float = 1.0)
}
extension WinSDK.IWICBitmapSource {
public static func _copyAttachableIWICBitmapSource(from imageAddress: Swift.UnsafeMutablePointer<WinSDK.IWICBitmapSource>, using factory: Swift.UnsafeMutablePointer<WinSDK.IWICImagingFactory>) throws -> Swift.UnsafeMutablePointer<WinSDK.IWICBitmapSource>
} |
|
@swift-ci test |
* WiX: Add the Testing/WinSDK cross-import overlay Adds the files generated by swiftlang/swift-testing#1296. See also #403 for reference.
Add CMake scripting/etc. for the WinSDK cross-import overlay.
Checklist: