1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Changed text

This commit is contained in:
Brian Fiete 2020-05-29 10:10:46 -07:00
parent 1097619f48
commit c101eb19dd

View file

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