1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 17:48:01 +02:00

stdcall deprecation

This commit is contained in:
ExMatics HydrogenC 2020-05-25 19:54:39 +08:00 committed by GitHub
parent 2f8f936657
commit 7b4239d08e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,6 +191,7 @@ namespace System
} }
} }
[Obsolete("Use [CallingConvention(.Stdcall)] instead. ", false)]
[AttributeUsage(.Method | .Delegate | .Function)] [AttributeUsage(.Method | .Delegate | .Function)]
public struct StdCallAttribute : Attribute public struct StdCallAttribute : Attribute
{ {