Switch to compiler-tester
[mono.git] / mcs / class / corlib / System.Reflection / CallingConventions.cs
index 1d4583e5ba9c2351479ace090effb7ce1187d639..9eaf499d9debcbaeb80493f494fe980fa2479cf9 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Reflection {
 
 
        /// <summary>
        /// </summary>
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        [Flags]
        public enum CallingConventions {