Explorar el Código

stdcall deprecation

ExMatics HydrogenC hace 5 años
padre
commit
7b4239d08e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)]
 	public struct StdCallAttribute : Attribute
 	{