scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace System.Runtime.CompilerServices
|
||||
{
|
||||
/// <summary>Indicates that a method should use the StdCall calling convention.</summary>
|
||||
// Token: 0x02000290 RID: 656
|
||||
[ComVisible(true)]
|
||||
public class CallConvStdcall
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user