Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComCompatibleVersionAttribute.cs
index 8626f7ed5e7aa96b3ebdcb7aa2eb6b4c75b6ce91..566f246677fc7fa8e6a9b013db5317887296ff97 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if (NET_1_1)
-
 namespace System.Runtime.InteropServices
 {
-       [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, 
-                       Inherited = false)]
+       [AttributeUsage(AttributeTargets.Assembly,      Inherited = false)]
+       [ComVisible (true)]
        public sealed class ComCompatibleVersionAttribute : Attribute
        {
                private int major;
@@ -68,5 +66,3 @@ namespace System.Runtime.InteropServices
                }
        }
 }
-
-#endif