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.
1 parent 1a38780 commit 8803a6dCopy full SHA for 8803a6d
Sources/RawStructuredFieldValues/PseudoDecimal.swift
@@ -19,6 +19,8 @@ import Glibc
19
import Musl
20
#elseif canImport(Android)
21
import Android
22
+#elseif canImport(WinSDK)
23
+import WinSDK
24
#else
25
#error("Unsupported OS")
26
#endif
0 commit comments