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.
2 parents df36291 + 470855c commit 9e35d2dCopy full SHA for 9e35d2d
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