Skip to content

Commit b849bfa

Browse files
authored
Merge pull request #149 from compnerd/139
TSCBasic: repair the build on Windows after #139
2 parents 294cb1a + 560579a commit b849bfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/TSCBasic/Thread.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
*/
1010

1111
import Foundation
12+
#if os(Windows)
13+
import WinSDK
14+
#endif
1215

1316
/// This class bridges the gap between Darwin and Linux Foundation Threading API.
1417
/// It provides closure based execution and a join method to block the calling thread

0 commit comments

Comments
 (0)