Convert last use of "x86stdcall" ABI to "c-stack-stdcall"

This commit is contained in:
Brian Anderson 2011-11-09 15:49:23 -08:00
parent 3204f7e4c3
commit dec6b53761

View File

@ -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;