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 9ee7c0e18ea230b9194f050133502d31eecb690c..dbe383e0c8054799af62ad8f27b1e7a145e10ef6 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
        [ComImport]
        [Guid ("00020404-0000-0000-c000-000000000046")]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
@@ -47,3 +46,4 @@ namespace System.Runtime.InteropServices
                void Clone (int ppenum);
        }
 }
+#endif