Skip to content

Commit

Permalink
Merge pull request #117 from compnerd/ucrt
Browse files Browse the repository at this point in the history
IndexStoreDB: use `ucrt` instead of `MSVCRT`
  • Loading branch information
benlangmuir committed Oct 19, 2020
2 parents 3e06a39 + 16cdd0d commit 939d2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/IndexStoreDB/IndexStoreDB.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CIndexStoreDB
#if canImport(Glibc)
import Glibc
#elseif os(Windows)
import MSVCRT
import ucrt
#else
import Darwin.POSIX
#endif
Expand Down

0 comments on commit 939d2eb

Please sign in to comment.