mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
...and use these shims in place of our previous inelegant dispatch through 'C' code. Swift SVN r25010
14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
module SwiftShims {
|
|
header "CoreFoundationShims.h"
|
|
header "DarwinShims.h"
|
|
header "FoundationShims.h"
|
|
header "GlobalObjects.h"
|
|
header "HeapObject.h"
|
|
header "RefCount.h"
|
|
header "RuntimeShims.h"
|
|
header "SwiftStddef.h"
|
|
header "SwiftStdint.h"
|
|
header "UnicodeShims.h"
|
|
export *
|
|
}
|