* Makefile.am: Build `docs` after `runtime`, so that it can depend
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComImportAttribute.cs
old mode 100755 (executable)
new mode 100644 (file)
index e9400b2..890af40
@@ -35,6 +35,9 @@ namespace System.Runtime.InteropServices {
 
        [AttributeUsage (AttributeTargets.Class |
                         AttributeTargets.Interface, Inherited=false)]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public sealed class ComImportAttribute : Attribute
        {
                public ComImportAttribute ()