Add locking to EventWaitHandle.Set/Reset to avoid crashes when another thread dispose...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ImportedFromTypeLibAttribute.cs
index f2cff635c43f8beb65b46e303886473563b145ec..933a535514c8c0727c008334efa15d4614a3198b 100644 (file)
@@ -33,9 +33,7 @@ using System;
 
 namespace System.Runtime.InteropServices {
        
-#if NET_2_0
        [ComVisible(true)]
-#endif 
        [AttributeUsage (AttributeTargets.Assembly, Inherited=false)]
        public sealed class ImportedFromTypeLibAttribute : Attribute
        {