We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5dffd commit 7ba7c2bCopy full SHA for 7ba7c2b
src/items/functions.md
@@ -195,7 +195,7 @@ called from other programming languages like C:
195
extern "C" fn new_i32() -> i32 { 0 }
196
197
// Declares a function with the "stdcall" ABI
198
-# #[cfg(target_arch = "x86_64")]
+# #[cfg(any(windows, target_arch = "x86"))]
199
extern "stdcall" fn new_i32_stdcall() -> i32 { 0 }
200
```
201
0 commit comments