From: Marek Safar Date: Wed, 27 May 2015 09:30:49 +0000 (+0200) Subject: Add more obsolete and not working types to MonoDroid X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=5acce6f89ccbf6560a9335ff8023e7d8e77a87d4;p=mono.git Add more obsolete and not working types to MonoDroid --- diff --git a/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs b/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs index c11244871ca..2b7fb86cb79 100644 --- a/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs +++ b/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs @@ -26,7 +26,7 @@ namespace System.Runtime.InteropServices public Object pUnk; public int dwCookie; } -#if !MOBILE +#if !FULL_AOT_RUNTIME [Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)] [Guid("B196B287-BAB4-101A-B69C-00AA00341D07")] [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]