Merge pull request #920
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ITypeLibExporterNameProvider.cs
index 6e87d5902f34dcb0211794a8c799393364f9203c..8dc67cd262638972c18fbd2cce20db9ec090dc15 100644 (file)
@@ -30,6 +30,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices {
 
        [ComVisible (true)]
@@ -41,3 +42,4 @@ namespace System.Runtime.InteropServices {
 
        }
 }
+#endif