mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
parent
f00fa4159b
commit
f1857e0ed5
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
|||
return-type)))
|
||||
(let ((return-type-name (rep-type->c-name (ffi::%convert-to-arg-type return-type)))
|
||||
(fmod (case call-type
|
||||
(:cdecl "")
|
||||
((:cdecl :default) "")
|
||||
(:stdcall "__stdcall ")
|
||||
(t (cmperr "DEFCALLBACK does not support ~A as calling convention"
|
||||
call-type)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue