X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FCallingConventions.cs;h=cc0a63381a14ae5524a984d28eeaaab3b8827c0b;hb=4323fbeaebf249f016dfdd6dc9b3b52a515f87c4;hp=1d4583e5ba9c2351479ace090effb7ce1187d639;hpb=6b6435d1b3206b0162c37e5ecce8d9a699fe6467;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/CallingConventions.cs b/mcs/class/corlib/System.Reflection/CallingConventions.cs index 1d4583e5ba9..cc0a63381a1 100644 --- a/mcs/class/corlib/System.Reflection/CallingConventions.cs +++ b/mcs/class/corlib/System.Reflection/CallingConventions.cs @@ -32,12 +32,17 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +using System.Runtime.InteropServices; namespace System.Reflection { /// /// +#if NET_2_0 + [ComVisible (true)] + [Serializable] +#endif [Flags] public enum CallingConventions {