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.
import ucrt
1 parent 3cde639 commit fbbabb4Copy full SHA for fbbabb4
Sources/WASI/Poll.swift
@@ -8,6 +8,8 @@ import SystemPackage
8
import Musl
9
#elseif canImport(Android)
10
import Android
11
+#elseif os(Windows)
12
+ import ucrt
13
#else
14
#error("Unsupported Platform")
15
#endif
0 commit comments