Skip to content

Commit 853b49a

Browse files
committed
Update examples
1 parent 0bfb247 commit 853b49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/import.evil

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'user32.dll' {
22
// Map MessageBoxA external function to MessageBox
33
// MessageBoxA is optional and can be omitted if function name is the same as external function
4-
// stdcall is for x86 only, on other archs, this will be ignored
4+
// stdcall is optional and is is for x86 only, on other archs, this will be ignored
55
fn stdcall MessageBox(i32, buffer, buffer, i32): i32 'MessageBoxA'
66
}
77

0 commit comments

Comments
 (0)