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 d9f68bb4e6d9a817654d8e361684dc0b9647e435..d30f264b39310be48e102b4ed104312eb37a9d98 100644 (file)
@@ -30,6 +30,7 @@
 // (C) 2002 Ximian, Inc.
 using System;
 
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices.ComTypes
 {
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
@@ -48,3 +49,4 @@ namespace System.Runtime.InteropServices.ComTypes
                public int scode;
        }
 }
+#endif