We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfb247 commit 853b49aCopy full SHA for 853b49a
examples/import.evil
@@ -1,7 +1,7 @@
1
import 'user32.dll' {
2
// Map MessageBoxA external function to MessageBox
3
// 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
+ // stdcall is optional and is is for x86 only, on other archs, this will be ignored
5
fn stdcall MessageBox(i32, buffer, buffer, i32): i32 'MessageBoxA'
6
}
7
0 commit comments