Skip to content

Commit

Permalink
Merge pull request #1662 from compnerd/c
Browse files Browse the repository at this point in the history
Core: import `ucrt` on Windows for `strcmp`
  • Loading branch information
groue authored Nov 13, 2024
2 parents 0fb5998 + 77a4d17 commit 898e7b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GRDB/Core/StatementAuthorizer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import string_h
import Glibc
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
import Darwin
#elseif os(Windows)
import ucrt
#endif

/// `StatementAuthorizer` provides information about compiled database
Expand Down

0 comments on commit 898e7b6

Please sign in to comment.