Merge pull request #1529 from alistair/xmlreader_read_to_next_sibling_bug
[mono.git] / mcs / class / corlib / System.Threading / WaitCallback.cs
old mode 100755 (executable)
new mode 100644 (file)
index fc33a08..3422620
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Threading
 {
+       [ComVisible (true)]
        public delegate void WaitCallback(object state);
 }