We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586ba7b commit 45e09ccCopy full SHA for 45e09cc
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 3204f7e4c37ecaf7afead1bac28f3b3a20b6794b
+refs/heads/master: dec6b53761f8157ea553db09b6d5ba40a433c9c4
trunk/src/lib/win32_os.rs
@@ -43,7 +43,7 @@ type DWORD = u32;
43
type HMODULE = uint;
44
type LPTSTR = str::sbuf;
45
46
-native "x86stdcall" mod kernel32 {
+native "c-stack-stdcall" mod kernel32 {
47
fn GetEnvironmentVariableA(n: str::sbuf, v: str::sbuf, nsize: uint) ->
48
uint;
49
fn SetEnvironmentVariableA(n: str::sbuf, v: str::sbuf) -> int;
0 commit comments