Merge pull request #920
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / EXCEPINFO.cs
old mode 100755 (executable)
new mode 100644 (file)
index 42d0163..0e61c36
 
 using System;
 
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
-       [ComVisible(false)]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct EXCEPINFO {
                public short wCode;
@@ -52,3 +50,4 @@ namespace System.Runtime.InteropServices
        }
 }
 
+#endif