Merge pull request #2573 from BrzVlad/fix-conc-memusage
[mono.git] / mcs / class / corlib / System / __ComObject.cs
index be73062900224765b90a0b3a58279a0aa14c8edf..18f0c43ec49761d5097b6a32b97c2910c4031816 100644 (file)
@@ -32,6 +32,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 using Mono.Interop;
 using System.Collections;
 using System.Runtime.InteropServices;
@@ -229,3 +230,4 @@ namespace System
                        out IntPtr pUnk);
        }
 }
+#endif