Merge pull request #5021 from BrzVlad/fix-parallel-fixes
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ManagedErrorInfo.cs
index c77857c9db4dd14fc838e65332c83d1da25f0958..a58aa28cc7820b420904bbce01d868ff453a7ecc 100644 (file)
@@ -3,6 +3,9 @@
 // Eberhard Beilharz (eb1@sil.org)
 //
 // Copyright (C) 2012 SIL International
+
+#if FEATURE_COMINTEROP
+
 using System;
 using System.Runtime.CompilerServices;
 using System.Security;
@@ -61,3 +64,5 @@ namespace System.Runtime.InteropServices
                #endregion
        }
 }
+
+#endif