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
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2015-05-14 15:58:39 +0300
committerMarek Safar <marek.safar@gmail.com>2016-05-03 01:10:16 +0300
commitddb738322b850979e7da0f49bf3c4cde173a9352 (patch)
treee308864ea49764ee53fec9d65a6d036198a75132 /mcs/class/referencesource/mscorlib/system/runtime
parent1c3ad5e78c23913341c3b0e221b5f19e92cf96e6 (diff)
Add more mobile api which fails or crashes but was available in previous versions
Diffstat (limited to 'mcs/class/referencesource/mscorlib/system/runtime')
-rw-r--r--mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs b/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs
index d9176d6798b..c11244871ca 100644
--- a/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs
+++ b/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs
@@ -13,7 +13,6 @@
**
=============================================================================*/
-#if !MOBILE
namespace System.Runtime.InteropServices
{
using System;
@@ -27,7 +26,7 @@ namespace System.Runtime.InteropServices
public Object pUnk;
public int dwCookie;
}
-
+#if !MOBILE
[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)]
@@ -42,5 +41,5 @@ namespace System.Runtime.InteropServices
void Reset();
void Clone(out UCOMIEnumConnections ppenum);
}
+#endif
}
-#endif \ No newline at end of file