2
0
mirror of synced 2025-02-19 17:14:28 +00:00

Merge pull request #5 from cheatfate/master

Changing `stdcall` to `cdecl`.
This commit is contained in:
Yuriy Glukhov 2018-03-16 18:43:58 +02:00 committed by GitHub
commit 134f825a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,8 @@ type
secp256k1_nonce_function* = proc (nonce32: ptr cuchar; msg32: ptr cuchar;
key32: ptr cuchar; algo16: ptr cuchar; data: pointer;
attempt: cuint): cint {.stdcall.}
secp256k1_error_function* = proc (message: cstring; data: pointer) {.stdcall.}
attempt: cuint): cint {.cdecl.}
secp256k1_error_function* = proc (message: cstring; data: pointer) {.cdecl.}
secp256k1_context* = object
secp256k1_scratch_space* = object