Parcourir la source

stdcall deprecation

ExMatics HydrogenC il y a 5 ans
Parent
commit
7b4239d08e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      BeefLibs/corlib/src/Attribute.bf

+ 1 - 0
BeefLibs/corlib/src/Attribute.bf

@@ -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
 	{
 	{