File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1+ //
2+ // Export.swift
3+ // OpenCoreGraphics
4+
5+ @_exported import CoreFoundation // CoreGraphics will export CoreFoundation
6+ @_exported import Foundation // For non-Darwin platforms, CG_TYPES is defined on Foundation
Original file line number Diff line number Diff line change 66@_exported import CoreGraphics
77#else
88@_exported import OpenCoreGraphics
9- @_exported import CoreFoundation // CoreGraphics will export CoreFoundation
10- @_exported import Foundation // For non-Darwin platforms, CG_TYPES is defined on Foundation
119#endif
Original file line number Diff line number Diff line change 1+ //
2+ // Export.swift
3+ // OpenQuartzCore
4+
5+ @_exported import OpenCoreGraphics // QuartzCore will export CoreGraphics
6+ @_exported import CoreFoundation // QuartzCore will export CoreFoundation
7+ @_exported import Foundation // For non-Darwin platforms, CG_TYPES is defined on Foundation
Original file line number Diff line number Diff line change 66@_exported import QuartzCore
77#else
88@_exported import OpenQuartzCore
9- @_exported import OpenCoreGraphics // QuartzCore will export CoreGraphics
10- @_exported import CoreFoundation // CoreGraphics will export CoreFoundation
11- @_exported import Foundation // For non-Darwin platforms, CG_TYPES is defined on Foundation
129#endif
You can’t perform that action at this time.
0 commit comments