Skip to content

Commit 45e09cc

Browse files
committed
---
yaml --- r: 6221 b: refs/heads/master c: dec6b53 h: refs/heads/master i: 6219: 399da76 v: v3
1 parent 586ba7b commit 45e09cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 3204f7e4c37ecaf7afead1bac28f3b3a20b6794b
2+
refs/heads/master: dec6b53761f8157ea553db09b6d5ba40a433c9c4

trunk/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)