Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / TypeLibTypeAttribute.cs
index ecdb10692b650f3b06663adbf15e57b41621a83a..9a8a6a85936212ebf1908eaf7bb281644fc5b6f0 100644 (file)
@@ -29,6 +29,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 using System;
 
 namespace System.Runtime.InteropServices {
@@ -55,3 +56,4 @@ namespace System.Runtime.InteropServices {
                }
        }
 }
+#endif