mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 02:28:01 +02:00
Added CallingConvention support, mangle specifying
This commit is contained in:
parent
904f907f1d
commit
61d9edea83
26 changed files with 413 additions and 96 deletions
|
@ -23,8 +23,9 @@ namespace System.Diagnostics
|
|||
}
|
||||
|
||||
#if !DEBUG
|
||||
[SkipCall]
|
||||
[CallingConvention(.Cdecl), SkipCall]
|
||||
#endif
|
||||
[CallingConvention(.Cdecl)]
|
||||
static extern void Write(char8* str, int strLen);
|
||||
|
||||
public static void WriteLine(StringView line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue