alien: add singletons for thiscall and fastcall
parent
6805dc6401
commit
9d3326658c
|
@ -5,9 +5,9 @@ kernel.private byte-arrays byte-vectors arrays init
|
||||||
continuations.private ;
|
continuations.private ;
|
||||||
IN: alien
|
IN: alien
|
||||||
|
|
||||||
SINGLETONS: stdcall cdecl mingw ;
|
SINGLETONS: stdcall thiscall fastcall cdecl mingw ;
|
||||||
|
|
||||||
UNION: abi stdcall cdecl mingw ;
|
UNION: abi stdcall thiscall fastcall cdecl mingw ;
|
||||||
|
|
||||||
PREDICATE: pinned-alien < alien underlying>> not ;
|
PREDICATE: pinned-alien < alien underlying>> not ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue