Add locking to EventWaitHandle.Set/Reset to avoid crashes when another thread dispose...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ITypeLibExporterNotifySink.cs
index 49ea9a41b25a1f4d586a5060fbe8c8e97e54e6f8..c7983560e77d10f20168b615514e39b6b0d85732 100644 (file)
@@ -33,9 +33,7 @@
 using System.Reflection;
 
 namespace System.Runtime.InteropServices {
-#if NET_2_0
        [ComVisible (true)]
-#endif
        [Guid("f1c3bf77-c3e4-11d3-88e7-00902754c43a")]
        [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
        public interface ITypeLibExporterNotifySink {