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 5064ea9 commit b427375Copy full SHA for b427375
Sources/Overlays/_Testing_WinSDK/Attachments/AttachableImageFormat+CLSID.swift
@@ -229,12 +229,6 @@ extension AttachableImageFormat {
229
return preferredName
230
}
231
232
-#if compiler(>=6.3)
233
- // Workaround for https://github.com/swiftlang/swift/pull/84466
234
- // (This typealias will be removed when that issue is resolved.)
235
- public typealias CLSID = _GUID
236
-#endif
237
-
238
/// The `CLSID` value of the Windows Imaging Component (WIC) encoder class
239
/// that corresponds to this image format.
240
///
0 commit comments