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 {