Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2015-05-27 12:30:49 +0300
committerMarek Safar <marek.safar@gmail.com>2016-05-03 01:10:21 +0300
commit5acce6f89ccbf6560a9335ff8023e7d8e77a87d4 (patch)
tree1103cc1a35e037bd687070f3cc099a63819e071e /mcs
parentab7d6301b6b21af32e69d851a2e2b4c717618037 (diff)
Add more obsolete and not working types to MonoDroid
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs2
1 files changed, 1 insertions, 1 deletions
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)]