Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / EXCEPINFO.cs
index 8a0d362c669eea49f11ac61cf5e0b0df54b06c02..d30f264b39310be48e102b4ed104312eb37a9d98 100644 (file)
 // Kazuki Oikawa (kazuki@panicode.com)
 //
 // (C) 2002 Ximian, Inc.
-#if NET_2_0
 using System;
 
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices.ComTypes
 {
-       [ComVisible(false)]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct EXCEPINFO {
                public short wCode;