mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 10:22:15 +00:00
fixes macos
This commit is contained in:
@@ -238,7 +238,7 @@ elif defined(ios) or defined(macosx):
|
||||
const errSecSuccess = 0 ## No error.
|
||||
|
||||
type
|
||||
SecRandom {.importc: "struct __SecRandom".} = object
|
||||
SecRandom {.importc: "struct __SecRandom", header: "<Security/SecRandom.h>".} = object
|
||||
|
||||
SecRandomRef = ptr SecRandom
|
||||
## An abstract Core Foundation-type object containing information about a random number generator.
|
||||
|
||||
Reference in New Issue
Block a user