diff --git a/Sources/CBOR.swift b/Sources/CBOR.swift index 92c0bd1..3eb9248 100644 --- a/Sources/CBOR.swift +++ b/Sources/CBOR.swift @@ -174,6 +174,6 @@ extension CBOR.Tag { public static let selfDescribeCBOR = CBOR.Tag(rawValue: 55799) } -#if os(Linux) +#if os(Linux) || os(Windows) let NSEC_PER_SEC: UInt64 = 1_000_000_000 #endif