2008-07-13 Nestor Salceda <nestor.salceda@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / CallConvStdcall.cs
index 7251935ba08b8032d37dff1a6f6f4626c3c37597..d49ac1404e5e615ab9f62a36e62652a4afc11355 100644 (file)
 //
 
 using System;
+using System.Runtime.InteropServices;
 
 namespace System.Runtime.CompilerServices {
 
+#if NET_2_0
+       [ComVisible(true)]
+#endif
        public class CallConvStdcall {
        } 
 }