Skip to content

Commit 3babdee

Browse files
committed
Try again...
1 parent 3523376 commit 3babdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Overlays/_Testing_WinSDK/Attachments/AttachableImageFormat+CLSID.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ extension AttachableImageFormat {
232232
#if compiler(>=6.3)
233233
// Workaround for https://github.com/swiftlang/swift/pull/84466
234234
// (This typealias will be removed when that issue is resolved.)
235-
public typealias CLSID = WinSDK.GUID
235+
public typealias CLSID = _GUID._GUID
236236
#endif
237237

238238
/// The `CLSID` value of the Windows Imaging Component (WIC) encoder class

0 commit comments

Comments
 (0)