We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e62e1a0 + d69b8a5 commit 2df3b19Copy full SHA for 2df3b19
mcs/class/corlib/System.Runtime.InteropServices/Marshal.cs
@@ -856,7 +856,7 @@ public static object GetUniqueObjectForIUnknown (IntPtr unknown)
856
throw new PlatformNotSupportedException ();
857
}
858
859
-#if !MOBILE || UNITY_AOT
+#if (!MOBILE && !UNITY) || UNITY_AOT
860
[MethodImplAttribute (MethodImplOptions.InternalCall)]
861
public extern static bool IsComObject (object o);
862
#else
0 commit comments