We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1628d2d commit 11b37b1Copy full SHA for 11b37b1
Sources/Overlays/_Testing_WinSDK/Attachments/AttachableImageFormat+CLSID.swift
@@ -238,6 +238,9 @@ extension AttachableImageFormat {
238
/// @Metadata {
239
/// @Available(Swift, introduced: 6.3)
240
/// }
241
+#if compiler(>=6.3) && !SWT_FIXED_84466
242
+ @_spi(_)
243
+#endif
244
public var encoderCLSID: CLSID {
245
switch kind {
246
case .png:
@@ -270,6 +273,9 @@ extension AttachableImageFormat {
270
273
271
274
272
275
276
277
278
279
public init(encoderCLSID: CLSID, encodingQuality: Float = 1.0) {
280
if encoderCLSID == CLSID_WICPngEncoder {
281
self = .png
0 commit comments