scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace System.Runtime.CompilerServices
|
||||
{
|
||||
/// <summary>This calling convention is not supported in this version of the .NET Framework.</summary>
|
||||
// Token: 0x0200028F RID: 655
|
||||
[ComVisible(true)]
|
||||
public class CallConvFastcall
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user