File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
GRDB/Core/Support/Foundation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- #if !os(Linux)
1+ #if !os(Linux) && !os(Windows)
22import Foundation
33
44private let integerRoundingBehavior = NSDecimalNumberHandler (
Original file line number Diff line number Diff line change 11import Foundation
22
3- #if !os(Linux)
3+ #if !os(Linux) && !os(Windows)
44/// NSURL stores its absoluteString in the database.
55extension NSURL : DatabaseValueConvertible {
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import SQLite3
99
1010import Foundation
1111
12- #if !os(Linux)
12+ #if !os(Linux) && !os(Windows)
1313/// NSUUID adopts DatabaseValueConvertible
1414extension NSUUID : DatabaseValueConvertible {
1515 /// Returns a BLOB database value containing the uuid bytes.
You can’t perform that action at this time.
0 commit comments