Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIEnumVARIANT.cs
index cb3b6832158868a32f9ec432bfd8f2cd1880c07f..dbe383e0c8054799af62ad8f27b1e7a145e10ef6 100644 (file)
@@ -28,6 +28,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
        [Obsolete]
@@ -45,3 +46,4 @@ namespace System.Runtime.InteropServices
                void Clone (int ppenum);
        }
 }
+#endif