We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2377998 commit fd8845fCopy full SHA for fd8845f
stdlib/public/libexec/swift-backtrace/Utils.swift
@@ -18,8 +18,8 @@
18
import Darwin.C
19
#elseif canImport(Glibc)
20
import Glibc
21
-#elseif canImport(MSVCRT)
22
-import MSVCRT
+#elseif canImport(CRT)
+import CRT
23
#endif
24
25
import Swift
stdlib/public/libexec/swift-backtrace/main.swift
@@ -16,8 +16,8 @@
16
17
@_spi(Formatting) import _Backtracing
0 commit comments