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