Support x86 stdcall convention
This allows rust to call the Win32 API
This commit is contained in:
parent
682875929e
commit
c40d6265ce
7 changed files with 61 additions and 6 deletions
|
|
@ -526,6 +526,7 @@ tag native_abi {
|
|||
native_abi_cdecl;
|
||||
native_abi_llvm;
|
||||
native_abi_rust_intrinsic;
|
||||
native_abi_x86stdcall;
|
||||
}
|
||||
|
||||
type native_mod =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue