[Backtracing][Windows] Use CRT not MSVCRT.

The name of the C library on Windows is CRT, apparently.

rdar://105452194
This commit is contained in:
Alastair Houghton
2023-03-02 15:37:25 +00:00
parent f15011f4d0
commit dc6f97c274
2 changed files with 4 additions and 4 deletions

View File

@@ -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