mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Backtracing][Windows] Use CRT not MSVCRT.
The name of the C library on Windows is CRT, apparently. rdar://105452194
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
import Darwin.C
|
||||
#elseif canImport(Glibc)
|
||||
import Glibc
|
||||
#elseif canImport(MSVCRT)
|
||||
import MSVCRT
|
||||
#elseif canImport(CRT)
|
||||
import CRT
|
||||
#endif
|
||||
|
||||
@_spi(Formatting) import _Backtracing
|
||||
|
||||
Reference in New Issue
Block a user