mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 12:13:43 +00:00
Convert last use of "x86stdcall" ABI to "c-stack-stdcall"
This commit is contained in:
parent
3204f7e4c3
commit
dec6b53761
@ -43,7 +43,7 @@ type DWORD = u32;
|
||||
type HMODULE = uint;
|
||||
type LPTSTR = str::sbuf;
|
||||
|
||||
native "x86stdcall" mod kernel32 {
|
||||
native "c-stack-stdcall" mod kernel32 {
|
||||
fn GetEnvironmentVariableA(n: str::sbuf, v: str::sbuf, nsize: uint) ->
|
||||
uint;
|
||||
fn SetEnvironmentVariableA(n: str::sbuf, v: str::sbuf) -> int;
|
||||
|
Loading…
Reference in New Issue
Block a user