We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc15476 commit 00e9ef9Copy full SHA for 00e9ef9
Sources/Helpers/URLSession+AsyncAwait.swift
@@ -1,6 +1,6 @@
1
import Foundation
2
3
-#if os(Linux) && os(Windows) && compiler(<6)
+#if (os(Linux) || os(Windows)) && compiler(<6)
4
import HTTPTypes
5
import HTTPTypesFoundation
6
0 commit comments