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 Cdecl calling convention.</summary>
|
||||
// Token: 0x0200028E RID: 654
|
||||
[ComVisible(true)]
|
||||
public class CallConvCdecl
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user