2
0
mirror of synced 2025-02-20 17:38:13 +00:00

Changing stdcall to cdecl.

This commit is contained in:
cheatfate 2018-03-16 18:39:06 +02:00
parent f7b46707e5
commit ee348dace4

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