Skip to content

Commit dec6b53

Browse files
committed
Convert last use of "x86stdcall" ABI to "c-stack-stdcall"
1 parent 3204f7e commit dec6b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/win32_os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type DWORD = u32;
4343
type HMODULE = uint;
4444
type LPTSTR = str::sbuf;
4545

46-
native "x86stdcall" mod kernel32 {
46+
native "c-stack-stdcall" mod kernel32 {
4747
fn GetEnvironmentVariableA(n: str::sbuf, v: str::sbuf, nsize: uint) ->
4848
uint;
4949
fn SetEnvironmentVariableA(n: str::sbuf, v: str::sbuf) -> int;

0 commit comments

Comments
 (0)