Skip to content

Commit

Permalink
Merge pull request swiftlang#161 from compnerd/CRT
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso authored Nov 9, 2024
2 parents 0222489 + 956cf98 commit fff9483
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/ExampleSwiftLibrary/MySwiftLibrary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

#if os(Linux)
import Glibc
#else
#elseif os(Windows)
import CRT
#elseif canImport(Darwin)
import Darwin.C
#endif

Expand Down

0 comments on commit fff9483

Please sign in to comment.