// // System.Runtime.CompilerServices.CallConvStdcall.cs // // Author: Zoltan Varga ([email protected]) // // (C) Copyright, Ximian Inc. using System; namespace System.Runtime.CompilerServices { public class CallConvStdcall { } }