mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 09:38:01 +02:00
stdcall deprecation
This commit is contained in:
parent
2f8f936657
commit
7b4239d08e
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ namespace System
|
|||
}
|
||||
}
|
||||
|
||||
[Obsolete("Use [CallingConvention(.Stdcall)] instead. ", false)]
|
||||
[AttributeUsage(.Method | .Delegate | .Function)]
|
||||
public struct StdCallAttribute : Attribute
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue