File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
xml/System.Runtime.InteropServices Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Methods marked with this attribute have the following restrictions:
7676
7777Supplied types must be from the official <xref:System.Runtime.CompilerServices> namespace and be of the form `CallConvXXX`.
7878
79- The "default platform" calling convention is well defined for all supported platforms except for x86 based platforms. The x86 defaults are as follows:
79+ The "default platform" calling convention is well defined for all supported platforms except x86- based platforms. The x86 defaults are as follows:
8080 * Windows - [stdcall](https://docs.microsoft.com/cpp/cpp/stdcall)
8181 * Non-Windows - [cdecl](https://docs.microsoft.com/cpp/cpp/cdecl)
8282 ]]> </format >
You can’t perform that action at this time.
0 commit comments