Skip to content

Commit ae37c14

Browse files
authored
Yams: replace use of MSVCRT (jpsim#280)
Replace `MSVCRT` with `ucrt`. There is nothing being used from the `MSVCRT` module, prefer using `ucrt`.
1 parent b9eba20 commit ae37c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Yams/Representer.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import CoreFoundation
1111
#endif
1212
import Foundation
1313
#if os(Windows)
14-
import MSVCRT
14+
import ucrt
1515
#endif
1616

1717
public extension Node {

0 commit comments

Comments
 (0)