Skip to content

Commit fff9483

Browse files
authored
Merge pull request #161 from compnerd/CRT
2 parents 0222489 + 956cf98 commit fff9483

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/ExampleSwiftLibrary/MySwiftLibrary.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919

2020
#if os(Linux)
2121
import Glibc
22-
#else
22+
#elseif os(Windows)
23+
import CRT
24+
#elseif canImport(Darwin)
2325
import Darwin.C
2426
#endif
2527

0 commit comments

Comments
 (0)