Add locking to EventWaitHandle.Set/Reset to avoid crashes when another thread dispose...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ImportedFromTypeLibAttribute.cs
old mode 100755 (executable)
new mode 100644 (file)
index dbd523b..933a535
@@ -33,6 +33,7 @@ using System;
 
 namespace System.Runtime.InteropServices {
        
+       [ComVisible(true)]
        [AttributeUsage (AttributeTargets.Assembly, Inherited=false)]
        public sealed class ImportedFromTypeLibAttribute : Attribute
        {