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.
2 parents ec27377 + 71a2deb commit 063dd1dCopy full SHA for 063dd1d
Sources/TSCBasic/TerminalController.swift
@@ -10,7 +10,7 @@
10
11
import TSCLibc
12
#if os(Windows)
13
-import MSVCRT
+import CRT
14
#endif
15
16
/// A class to have better control on tty output streams: standard output and standard error.
Sources/TSCLibc/libc.swift
@@ -11,7 +11,7 @@
#if canImport(Glibc)
@_exported import Glibc
#elseif os(Windows)
-@_exported import MSVCRT
+@_exported import CRT
@_exported import WinSDK
#else
17
@_exported import Darwin.C
0 commit comments