From 7b4239d08e72a2c3590d0a06d94c87e6e26f490b Mon Sep 17 00:00:00 2001 From: ExMatics HydrogenC <33123710+HydrogenC@users.noreply.github.com> Date: Mon, 25 May 2020 19:54:39 +0800 Subject: [PATCH] stdcall deprecation --- BeefLibs/corlib/src/Attribute.bf | 1 + 1 file changed, 1 insertion(+) diff --git a/BeefLibs/corlib/src/Attribute.bf b/BeefLibs/corlib/src/Attribute.bf index b0c08c15..3e52b59d 100644 --- a/BeefLibs/corlib/src/Attribute.bf +++ b/BeefLibs/corlib/src/Attribute.bf @@ -191,6 +191,7 @@ namespace System } } + [Obsolete("Use [CallingConvention(.Stdcall)] instead. ", false)] [AttributeUsage(.Method | .Delegate | .Function)] public struct StdCallAttribute : Attribute {