Add more obsolete and not working types to MonoDroid
authorMarek Safar <marek.safar@gmail.com>
Wed, 27 May 2015 09:30:49 +0000 (11:30 +0200)
committerMarek Safar <marek.safar@gmail.com>
Mon, 2 May 2016 22:10:21 +0000 (00:10 +0200)
mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs

index c11244871ca75f51e639289ed411adc279d6185f..2b7fb86cb7909e4bc5cfb467c5eb4e15dcd032b7 100644 (file)
@@ -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)]